aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-04-24 21:41:53 +0000
committerStu Grossman <grossman@cygnus>1992-04-24 21:41:53 +0000
commit9e91f617eb986c4176f6a09f079ad0c8d28a4fd6 (patch)
tree295b6354337084a2c832e184abb23f154c949aaf
parent54847287d93404a8d6adea8d3761b07f71019280 (diff)
downloadgdb-9e91f617eb986c4176f6a09f079ad0c8d28a4fd6.zip
gdb-9e91f617eb986c4176f6a09f079ad0c8d28a4fd6.tar.gz
gdb-9e91f617eb986c4176f6a09f079ad0c8d28a4fd6.tar.bz2
* Makefile.in (make-proto-gdb-1): 1st cut at packaging
29k-share/* subdirs...
-rw-r--r--gdb/ChangeLog3
-rw-r--r--gdb/Makefile.in6
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fcd156d..a726a9f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
Fri Apr 24 07:41:19 1992 Stu Grossman (grossman at cygnus.com)
+ * Makefile.in (make-proto-gdb-1): 1st cut at packaging
+ 29k-share/* subdirs...
+
* remote-udi.c (udi_insert/remove_breakpoint): Completely
rewrite, only leave out the bugs.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 247848a..62f00e5 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -542,15 +542,17 @@ make-proto-gdb-1: ${TARFILES} ${TARDIRS} gdb.info
cd proto-gdb.dir ; for i in ${TARFILES} ; do ln -s ../$$i . ; done
cd proto-gdb.dir ; ln -s ../${INFOFILES} .
cd proto-gdb.dir ; for i in ${TARDIRS}; do \
- (mkdir $$i; cd $$i; \
+ mkdir $$i; cd $$i; \
ln -s ../../$$i/* .; \
rm -rf SCCS CVS.adm RCS config.status; \
- if test -f Makefile.in; then rm Makefile; else true); done
+ if test -f Makefile.in; then rm Makefile; else true; fi; done
mkdir proto-gdb.dir/config
cd proto-gdb.dir/config ; \
for i in $(ALLCONFIG) ; do ln -s ../../$$i ../$$i ; done
mkdir proto-gdb.dir/vx-share proto-gdb.dir/nindy-share \
proto-gdb.dir/29k-share
+ mkdir proto-gdb.dir/29k-share/include proto-gdb.dir/29k-share/udi
+ mkdir proto-gdb.dir/29k-share/dfe
cd proto-gdb.dir/config ; \
for i in $(SFILES_SUBDIR) $(NONSRC_SUBDIR) $(ALLDEPFILES_SUBDIR); \
do ln -s ../../$$i ../$$i ; done