PERFORCE change 65680 for review

Sam Leffler sam at FreeBSD.org
Tue Nov 23 03:42:37 GMT 2004


http://perforce.freebsd.org/chv.cgi?CH=65680

Change 65680 by sam at sam_ebb on 2004/11/23 03:41:59

	track forthcoming hal reorg

Affected files ...

.. //depot/projects/wifi/sys/conf/files.i386#4 edit

Differences ...

==== //depot/projects/wifi/sys/conf/files.i386#4 (text+ko) ====

@@ -52,9 +52,14 @@
 	no-implicit-rule
 #
 hal.o				optional	ath_hal			\
-	dependency	"$S/contrib/dev/ath/freebsd/i386-elf.hal.o.uu"	\
-	compile-with	"uudecode < $S/contrib/dev/ath/freebsd/i386-elf.hal.o.uu" \
+	dependency	"$S/contrib/dev/ath/public/i386-elf.hal.o.uu"	\
+	compile-with	"uudecode < $S/contrib/dev/ath/public/i386-elf.hal.o.uu" \
 	no-implicit-rule
+opt_ah.h			optional	ath_hal			\
+	dependency	"$S/contrib/dev/ath/public/i386-elf.opt_ah.h"	\
+	compile-with	"cp $S/contrib/dev/ath/public/i386-elf.opt_ah.h opt_ah.h" \
+	no-obj no-implicit-rule before-depend				\
+	clean		"opt_ah.h"
 #
 hptmvraid.o			optional	hptmv			\
 	dependency	"$S/contrib/dev/hptmv/i386-elf.raid.o.uu"	\


More information about the p4-projects mailing list