Make sure src/Makefile cleans up all executable files when
parent makefile calles "make clean".
This commit is contained in:
parent
06d9afaa87
commit
13cb3665b1
@ -1,4 +1,4 @@
|
|||||||
sysvinit (2.96) unreleased; urgency=low
|
sysvinit (2.96) released; urgency=low
|
||||||
|
|
||||||
[ Jesse Smith ]
|
[ Jesse Smith ]
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ sysvinit (2.96) unreleased; urgency=low
|
|||||||
|
|
||||||
* Cleaned up some output from readbootlog.
|
* Cleaned up some output from readbootlog.
|
||||||
|
|
||||||
* Added -e flg to bootlogd. When -e is used, data saved
|
* Added -e flag to bootlogd. When -e is used, data saved
|
||||||
to the boot log file does not have escape characters
|
to the boot log file does not have escape characters
|
||||||
removed. This means colour and cursor movement codes
|
removed. This means colour and cursor movement codes
|
||||||
stay in the log file. The may then look nicer when
|
stay in the log file. The may then look nicer when
|
||||||
@ -21,6 +21,9 @@ sysvinit (2.96) unreleased; urgency=low
|
|||||||
When -e is not used, escape characters are removed/filtered.
|
When -e is not used, escape characters are removed/filtered.
|
||||||
Closes Debian bug #672361.
|
Closes Debian bug #672361.
|
||||||
|
|
||||||
|
* Make sure src/Makefile cleans up all executable files
|
||||||
|
when parent Makefile calls "make clean".
|
||||||
|
|
||||||
|
|
||||||
sysvinit (2.95) released; urgency=low
|
sysvinit (2.95) released; urgency=low
|
||||||
|
|
||||||
|
@ -181,8 +181,7 @@ consoles.o: consoles.c consoles.h
|
|||||||
cleanobjs:
|
cleanobjs:
|
||||||
rm -f *.o *.bak
|
rm -f *.o *.bak
|
||||||
|
|
||||||
clean: cleanobjs
|
clean: cleanobjs clobber
|
||||||
@echo Type \"make clobber\" to really clean up.
|
|
||||||
|
|
||||||
clobber: cleanobjs
|
clobber: cleanobjs
|
||||||
rm -f $(BIN) $(SBIN) $(USRBIN)
|
rm -f $(BIN) $(SBIN) $(USRBIN)
|
||||||
|
Loading…
Reference in New Issue
Block a user