aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.ravnborg.org>2003-03-02 10:38:09 -0600
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2003-03-02 10:38:09 -0600
commit41f57979ec9ab9e87e0c58fd845c01acdb7021cc (patch)
tree7bf3f704da95ed650a3c32f882ee00505fb8624f /Makefile
parent1ef756739ce3e75d3c7adf5b0159301f2d68831a (diff)
downloadhistory-41f57979ec9ab9e87e0c58fd845c01acdb7021cc.tar.gz
[PATCH] kbuild: Top-level Makefile, trivial tidy up
1) Remove dep from "make help", it is no longer useful 2) replace Generating with GEN when generating version.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7cc913e027e66..c95de1620be27 100644
--- a/Makefile
+++ b/Makefile
@@ -477,7 +477,7 @@ include/linux/version.h: Makefile
echo '"$(KERNELRELEASE)" exceeds $(uts_len) characters' >&2; \
exit 1; \
fi;
- @echo -n ' Generating $@'
+ @echo -n ' GEN $@'
@(echo \#define UTS_RELEASE \"$(KERNELRELEASE)\"; \
echo \#define LINUX_VERSION_CODE `expr $(VERSION) \\* 65536 + $(PATCHLEVEL) \\* 256 + $(SUBLEVEL)`; \
echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))'; \
@@ -784,7 +784,6 @@ help:
@echo ''
@echo 'Other generic targets:'
@echo ' all - Build all targets marked with [*]'
- @echo ' dep - Create module version information'
@echo '* vmlinux - Build the bare kernel'
@echo '* modules - Build all modules'
@echo ' dir/file.[ois]- Build specified target only'