Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/arch/sparc64/conf



Module Name:    syssrc
Committed By:   jdolecek
Date:           Fri Sep  6 06:16:57 UTC 2002

Modified Files:
        syssrc/sys/arch/sparc64/conf: Makefile.sparc64

Log Message:
put an explicit .MAIN target before the .if make() condition; apparently
.MAIN must be defined for the implicit target rule to kick in
this fixes compilation with call like 'make', i.e. without specified target

another option would be to move the .if make() condition after config(8)
generated goo, since config(8) implicitly generates a .MAIN: directive too,
but the MD .if make() really belongs into (7) misc settings section IMHO


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 syssrc/sys/arch/sparc64/conf/Makefile.sparc64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index