From 8e618f6dcae16af89c1f997ea28818d2041be184 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 5 Nov 1998 01:13:07 +0000 Subject: Various documentation changes to be more RedHat-friendly and less Debian- centric; add .spec file from RedHat RPM (goal is to be able to at least publish the SRPM file automatically); add pointer to HOWTO. --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 174cb10..5599c2a 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,8 @@ -include Makefile.conf include Makefile.rules -.PHONY: daemon all kernel clean install install_kernel mrproper -.PHONY: distclean backup +.PHONY: daemon all kernel clean install install_kernel install_samples +.PHONY: mrproper distclean backup daemon: for i in $(SUBDIRS); do $(MAKE) -C $$i all; done @@ -27,6 +27,9 @@ install: install_kernel: if [ -d kernel ]; then $(MAKE) -C kernel install; fi +install_samples: + if [ -d samples ]; then $(MAKE) -C samples install; fi + mrproper distclean: clean find . -noleaf \( -name '*~' -o -name '#*' -o -name '*.orig' -o -name '*.rej' -o -name '*.old' \) -print0 | xargs -0 rm -f -rm -f include/config.h Makefile.conf config.* .autofs-* -- cgit v1.2.3