mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Tidied distclean
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3595 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7d0afe2c3e
commit
e02e750362
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Jan 28 9:20:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* src/Makefile.postamble: Tidied distclean stuff - suggested by
|
||||
jagapen@whitewater.chem.wisc.edu
|
||||
|
||||
Wed Jan 27 12:00:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* configure.n: More type-size stuff
|
||||
|
|
|
@ -94,9 +94,9 @@ after-uninstall::
|
|||
# Things to do after distcleaning
|
||||
after-distclean::
|
||||
rm -f include/config.h include/GSConfig.h include/dynamic-load.h \
|
||||
include/mframe.h Foundation gnustep/base \
|
||||
include/mframe.h Foundation base \
|
||||
NSNumber[0-9]*.m NSValue[0-9]*.m o_*_bas.m
|
||||
rmdir gnustep
|
||||
rm -rf $(GNUSTEP_TARGET_CPU)
|
||||
|
||||
# Things to do before checking
|
||||
# before-check::
|
||||
|
|
Loading…
Reference in a new issue