diff options
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | Makefile.rules | 6 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | releases/Makefile | 2 |
4 files changed, 12 insertions, 4 deletions
@@ -2,10 +2,8 @@ # # Main Makefile for the autofs user-space tools # -SUBDIRS = daemon modules man -INCDIRS = include samples -INCFILES = COPYING COPYRIGHT NEWS README TODO Makefile Makefile.rules \ - .version *.diff + +include Makefile.rules .PHONY: daemon all kernel clean install install_kernel mrproper .PHONY: distclean backup diff --git a/Makefile.rules b/Makefile.rules index 13b4f32..c47294d 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -4,6 +4,12 @@ # Makefile rules for autofs project # +# Root directory contents +SUBDIRS = daemon modules man +INCDIRS = include samples +INCFILES = COPYING COPYRIGHT NEWS README TODO Makefile Makefile.rules \ + .version *.diff + # Compilers, linkers and flags # The STRIP defined here *must not* remove any dynamic-loading symbols @@ -3,6 +3,8 @@ Since autofs-0.3.14: * "const-ipated" the source at all module interface points, to keep me from doing stupid things like calling strtok() on a string constant. * Minor fix to the autofs(5) man page. +* Put entire source under CVS, so added ID tags to as many files as + practical; also cleaned up comment preambles. Since autofs-0.3.13: -------------------- diff --git a/releases/Makefile b/releases/Makefile index 9fa6da1..848b393 100644 --- a/releases/Makefile +++ b/releases/Makefile @@ -4,6 +4,8 @@ # Release (nondistributed) Makefile targets # +include ../Makefile.rules + REPOSITORY = linux.kernel.org:autofs RELEASE := $(shell cat ../.version) |