mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Simplified make clean
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10479 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3aa791a4bf
commit
09f0c91794
1 changed files with 1 additions and 5 deletions
|
@ -50,11 +50,7 @@ internal-install:: $(SERVICE_NAME:=.install.service.variables)
|
|||
internal-uninstall:: $(SERVICE_NAME:=.uninstall.service.variables)
|
||||
|
||||
internal-clean:: $(SERVICE_NAME:=.clean.service.subprojects)
|
||||
ifeq ($(GNUSTEP_FLATTENED),)
|
||||
rm -rf $(GNUSTEP_OBJ_PREFIX)/$(GNUSTEP_TARGET_LDIR)
|
||||
else
|
||||
rm -rf $(GNUSTEP_OBJ_PREFIX)
|
||||
endif
|
||||
rm -rf $(GNUSTEP_OBJ_DIR)
|
||||
ifeq ($(OBJC_COMPILER), NeXT)
|
||||
rm -f *.iconheader
|
||||
for f in *.service; do \
|
||||
|
|
Loading…
Reference in a new issue