Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2007 20:33:47 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 118895 for review
Message-ID:  <200704272033.l3RKXliJ077516@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=118895

Change 118895 by rdivacky@rdivacky_witten on 2007/04/27 20:33:44

	Dont forget to mention that linux_support.s needs assym.s

Affected files ...

.. //depot/projects/soc2007/rdivacky/linux_futex/sys/modules/linux/Makefile#4 edit

Differences ...

==== //depot/projects/soc2007/rdivacky/linux_futex/sys/modules/linux/Makefile#4 (text+ko) ====

@@ -45,7 +45,7 @@
 	${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
 	    ${.IMPSRC} -o ${.TARGET}
 
-linux${SFX}_support.o: linux${SFX}_support.s
+linux${SFX}_support.o: linux${SFX}_support.s assym.s
 	${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
 	    ${.IMPSRC} -o ${.TARGET}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704272033.l3RKXliJ077516>