[PATCH] docbook: Move script target in top-level file [8/9]

From: Sam Ravnborg (sam@ravnborg.org)
Date: Wed Jul 24 2002 - 16:38:35 EST


# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.438 -> 1.439
# Makefile 1.277 -> 1.278
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/07/24 sam@mars.ravnborg.org 1.439
# [PATCH] docbook: Move script target in top-level file [8/9]
# To support the new DocBook makefile the script target needs to be located
# the block that is checked for precense of a .config file.
# --------------------------------------------
#
diff -Nru a/Makefile b/Makefile
--- a/Makefile Wed Jul 24 23:09:43 2002
+++ b/Makefile Wed Jul 24 23:09:43 2002
@@ -166,6 +166,15 @@
                     help tags TAGS sgmldocs psdocs pdfdocs htmldocs \
                     checkconfig checkhelp checkincludes
 
+# Helpers built in scripts/
+# ---------------------------------------------------------------------------
+
+scripts/docproc scripts/fixdep scripts/split-include : scripts ;
+
+.PHONY: scripts
+scripts:
+ @$(MAKE) -C scripts
+
 ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
 
 # Here goes the main Makefile
@@ -356,15 +365,6 @@
          echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))'; \
         ) > $@.tmp
         @$(update-if-changed)
-
-# Helpers built in scripts/
-# ---------------------------------------------------------------------------
-
-scripts/fixdep scripts/split-include : scripts ;
-
-.PHONY: scripts
-scripts:
- @$(MAKE) -C scripts
 
 # Generate module versions
 # ---------------------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 30 2002 - 14:00:17 EST