changeset: 40:4550adb80912
tag: tip
user: Anselm R Garbe <garbeam_AT_gmail.com>
date: Mon Aug 10 15:08:41 2009 +0100
files: Makefile std.mk
description:
applied another patch from olegfink, thx, re-enabled du in build chain
diff -r d76a769a4fa1 -r 4550adb80912 Makefile
--- a/Makefile Mon Aug 10 15:05:01 2009 +0100
+++ b/Makefile Mon Aug 10 15:08:41 2009 +0100
@@ -1,9 +1,9 @@
-# 9base - awk basename cal cat cleanname echo grep rc sed seq sleep
+# 9base - awk basename cal cat cleanname du echo grep rc sed seq sleep
# hoc sort tee test touch tr uniq from Plan 9
include config.mk
-SUBDIRS = lib9 yacc awk basename bc dc cal cat cleanname date echo grep ls \
+SUBDIRS = lib9 yacc awk basename bc dc du cal cat cleanname date echo grep ls \
hoc rc read sed seq sleep sort tee test touch tr uniq
all:
diff -r d76a769a4fa1 -r 4550adb80912 std.mk
--- a/std.mk Mon Aug 10 15:05:01 2009 +0100
+++ b/std.mk Mon Aug 10 15:08:41 2009 +0100
@@ -1,7 +1,7 @@
# std.mk - included by most Makefiles in subdirs
-OFILES = ${TARG}.o
-MANFILES = ${TARG}.1
+OFILES ?= ${TARG}.o
+MANFILES ?= ${TARG}.1
include ../config.mk
Received on Mon Aug 10 2009 - 14:08:45 UTC
This archive was generated by hypermail 2.2.0 : Sun Aug 16 2009 - 14:19:00 UTC