mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Correction to cleaning targets and remove additional temporary files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@1632 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cebeedbf5d
commit
ba314b3ad0
3 changed files with 17 additions and 5 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
Mon Jun 3 10:54:28 1996 GNUstep Development <gnustep@duncan.ocbi.com>
|
||||
|
||||
* Makefile.in (clean-top, distclean): Correct targets and clean
|
||||
all header subdirectories.
|
||||
* Makefile.sed.nt: Modify for Makefile.in changes.
|
||||
* Source/Makefile.in (clean): Remove additional temporary files.
|
||||
* Source/NSDPSContext.m: Add some log messages.
|
||||
* Source/NSView.m (+pushFocusView, +popFocusView): New methods.
|
||||
* Source/NSView.m: Initial implementation of view focusing.
|
||||
|
||||
Thu May 30 18:37:51 1996 Scott Christley <scottc@net-community.com>
|
||||
|
||||
* configure.bat: Modifications for new directory structure.
|
||||
|
|
|
@ -59,14 +59,15 @@ config.status: configure
|
|||
|
||||
mostlyclean-top:
|
||||
rm -f *~
|
||||
clean-top:
|
||||
maintainer-clean-top:
|
||||
clean-top: mostlyclean-top
|
||||
maintainer-clean-top: clean-top
|
||||
|
||||
mostlyclean: mostlyclean-top mostlyclean-subdirs
|
||||
clean: mostlyclean-top clean-subdirs
|
||||
distclean: clean-top distclean-subdirs
|
||||
rm -f Makefile config.status config.log config.cache TAGS
|
||||
cd Headers ; cd gnustep ; cd gui ; rm -f config.h
|
||||
cd Headers ; cd gnustep ; cd gui ; rm -f *~ config.h
|
||||
cd Headers ; cd gnustep ; cd dps ; rm -f *~
|
||||
cd Headers ; rm -f AppKit ; rm -f DPSClient
|
||||
maintainer-clean: maintainer-clean-subdirs
|
||||
|
||||
|
|
|
@ -20,8 +20,9 @@ s/@lib@/lib/
|
|||
s/@libout@/-out:/
|
||||
s/@ranlib@/touch/
|
||||
s/@rc@/rc \/l 0x409 \/i $(MB_INCLUDE)/
|
||||
s/cd Headers ; cd AppKit ; rm -f *~/cd Headers \& cd AppKit \& rm -f *~/
|
||||
s/cd Headers ; cd AppKit ; rm -f config.h/cd Headers \& cd AppKit \& rm -f config.h/
|
||||
s/cd Headers ; cd gnustep ; cd gui ; rm -f \*~ config.h/cd Headers \& cd gnustep \& cd gui \& rm -f *~ config.h/
|
||||
s/cd Headers ; cd gnustep ; cd dps ; rm -f \*~/cd Headers \& cd gnustep \& cd dps \& rm -f *~/
|
||||
s/cd Headers ; rm -f AppKit ; rm -f DPSClient/cd Headers \& rm -rf AppKit \& rm -rf DPSClient/
|
||||
s/cd $@; $(MAKE) $(MAKEDEFINES)/cd $@ \& $(MAKE) $(MAKEDEFINES)/
|
||||
/%-subdirs:/,/done/c\
|
||||
%-subdirs: \
|
||||
|
|
Loading…
Reference in a new issue