* Makefile.in: Remove gdb before creating a new one.
Update init.c atomically.
This commit is contained in:
parent
768328bc1b
commit
c2153bf2ba
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
Tue Jul 6 11:51:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* Makefile.in: Remove gdb before creating a new one.
|
||||
Update init.c atomically.
|
||||
|
||||
* Makefile.in (ALLPARAM): Add config/{alpha/xm-alpha.h,pa/xm-pa.h}.
|
||||
(ALLCONFIG): Add config/alpha/alpha-osf1.mh.
|
||||
|
||||
|
|
|
@ -461,9 +461,14 @@ uninstall: force
|
|||
@$(MAKE) DO=uninstall "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
|
||||
|
||||
init.c: munch $(OBS) $(TSOBS)
|
||||
$(srcdir)/munch $(MUNCH_DEFINE) $(OBS) $(TSOBS) > init.c
|
||||
$(srcdir)/munch $(MUNCH_DEFINE) $(OBS) $(TSOBS) > init.c-new
|
||||
mv init.c-new init.c
|
||||
|
||||
.PRECIOUS: init.c
|
||||
|
||||
# Removing the old gdb first works better if it is running, at least on SunOS.
|
||||
gdb: $(OBS) $(TSOBS) $(ADD_DEPS) $(CDEPS) init.o
|
||||
rm -f gdb
|
||||
$(CC-LD) $(GLOBAL_CFLAGS) $(LDFLAGS) -o gdb \
|
||||
init.o $(OBS) $(TSOBS) $(ADD_FILES) $(CLIBS) $(LOADLIBES)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue