From: Stu Grossman Date: Fri, 24 Apr 1992 21:41:53 +0000 (+0000) Subject: * Makefile.in (make-proto-gdb-1): 1st cut at packaging X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e91f617eb986c4176f6a09f079ad0c8d28a4fd6;p=binutils-gdb.git * Makefile.in (make-proto-gdb-1): 1st cut at packaging 29k-share/* subdirs... --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fcd156d740d..a726a9ff29d 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 247848ade73..62f00e501d7 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