Makefile target. + Modify Makefiles in patch stage, rather than using sed in configure stage. + Use ${LOWER_OPSYS} where appropriate. + Use pax in preference to a tar pipeline to copy hierarchies at install time.
13 lines
283 B
Text
13 lines
283 B
Text
$NetBSD: patch-ah,v 1.1 2001/10/25 20:16:55 agc Exp $
|
|
|
|
--- src/util/Makefile.template.orig Tue Sep 15 17:48:41 1998
|
|
+++ src/util/Makefile.template Thu Oct 25 20:56:31 2001
|
|
@@ -203,7 +203,7 @@
|
|
make-end: true
|
|
@echo "Make ended at `${DATE}`"
|
|
|
|
-true:;
|
|
+true:
|
|
|
|
|
|
# Rebuild Makefile
|