summaryrefslogtreecommitdiff
path: root/Mkfiles
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-10-10 14:55:14 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-10-10 14:55:14 -0700
commitbe1b83d24aee03d29913957fdba40cf7a268e660 (patch)
tree0ed8e3ec0b3b62159b36f6183091aa5dfaf260b7 /Mkfiles
parent38a1b8ae9f042cdfe6e024ea08b5257673b16e1f (diff)
downloadnasm-be1b83d24aee03d29913957fdba40cf7a268e660.tar.gz
owlinux.mak: don't clean things we won't be able to
There won't be a Makefile in rdoff in particular, so trying to run "make clean" there is pointless.
Diffstat (limited to 'Mkfiles')
-rw-r--r--Mkfiles/owlinux.mak9
1 files changed, 5 insertions, 4 deletions
diff --git a/Mkfiles/owlinux.mak b/Mkfiles/owlinux.mak
index 2afc0b2c..fa4cd126 100644
--- a/Mkfiles/owlinux.mak
+++ b/Mkfiles/owlinux.mak
@@ -14,7 +14,8 @@ mandir = $(prefix)/man
CC = wcl386
CFLAGS = -3 -bcl=$(TARGET) -ox -wx -ze -fpi
BUILD_CFLAGS = $(CFLAGS) # -I$(srcdir)/inttypes
-INTERNAL_CFLAGS = -I$(srcdir) -I. -DHAVE_SNPRINTF -DHAVE_VSNPRINTF
+INTERNAL_CFLAGS = -I$(srcdir) -I. \
+ -DHAVE_SNPRINTF -DHAVE_VSNPRINTF
ALL_CFLAGS = $(BUILD_CFLAGS) $(INTERNAL_CFLAGS)
LD = $(CC)
LDFLAGS = $(ALL_CFLAGS)
@@ -143,7 +144,7 @@ clean:
-rm -f output/*.i
-rm -f nasm$(X)
-rm -f ndisasm$(X)
- cd rdoff && $(MAKE) clean
+ # cd rdoff && $(MAKE) clean
distclean: clean .SYMBOLIC
-rm -f config.h
@@ -161,13 +162,13 @@ distclean: clean .SYMBOLIC
-rm -f test/*.$(O)
-rm -f test/*.bin
-rm -f/s autom4te*.cache
- cd rdoff && $(MAKE) distclean
+ # cd rdoff && $(MAKE) distclean
cleaner: clean .SYMBOLIC
-rm -f $(PERLREQ)
-rm -f *.man
-rm -f nasm.spec
- cd doc && $(MAKE) clean
+ # cd doc && $(MAKE) clean
spotless: distclean cleaner .SYMBOLIC
-rm -f doc/Makefile