diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-02-14 03:06:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-02-14 03:06:09 +0000 |
commit | c9b727f9e2d8db4c6ce11efc8dabad1f942362b9 (patch) | |
tree | 0de1e06f0fff02ba92b82b89d40fed1c725c86c3 /make-all.com | |
parent | 246c54580e6e70cbe428e2e06237bc8107edfcc3 (diff) | |
download | gdb-c9b727f9e2d8db4c6ce11efc8dabad1f942362b9.zip gdb-c9b727f9e2d8db4c6ce11efc8dabad1f942362b9.tar.gz gdb-c9b727f9e2d8db4c6ce11efc8dabad1f942362b9.tar.bz2 |
Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
* makefile.vms: New file.
* make-all.com: Remove.
Diffstat (limited to 'make-all.com')
-rw-r--r-- | make-all.com | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/make-all.com b/make-all.com deleted file mode 100644 index 7967473..0000000 --- a/make-all.com +++ /dev/null @@ -1,16 +0,0 @@ -$! This file is used to build the binutils on openVMS/Alpha. -$! You must have GNU make for VMS. -$! Run this script to build nm, size, objdump, and as. -$ @setup -$ set def [.bfd] -$ gmake -$ set def [-.opcodes] -$ gmake -$ set def [-.libiberty] -$ gmake -$ set def [-.binutils] -$ gmake -$ set def [-.gas] -$ @conf-a-gas -$ gmake -$ set def [-] |