summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 13 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88c94c3..5ef025f 100644
--- a/Makefile
+++ b/Makefile
@@ -84,10 +84,15 @@
#
TGTS= all all-man buildkernel buildworld checkdpadd clean \
cleandepend cleandir depend distribute distribworld everything \
- hierarchy includes install installcheck installkernel kernel \
+ hierarchy includes install installcheck installkernel \
reinstallkernel installmost installworld libraries lint \
mk most obj objlink regress rerelease tags update
+.ORDER: buildworld installworld
+.ORDER: buildworld distribworld
+.ORDER: buildkernel installkernel
+.ORDER: buildkernel reinstallkernel
+
PATH= /sbin:/bin:/usr/sbin:/usr/bin
MAKE= PATH=${PATH} make -m ${.CURDIR}/share/mk -f Makefile.inc1
@@ -134,6 +139,13 @@ world: upgrade_checks
@echo "--------------------------------------------------------------"
#
+# kernel
+#
+# Short hand for `make buildkernel installkernel'
+#
+kernel: buildkernel installkernel
+
+#
# Perform a few tests to determine if the installed tools are adequate
# for building the world. These are for older systems (prior to 2.2.5).
#
OpenPOWER on IntegriCloud