Move the kernel's "cflags" to be next to the world ones.

This commit is contained in:
David E. O'Brien 2000-09-02 22:43:18 +00:00
parent 433add6ff5
commit 3a77147b94
2 changed files with 10 additions and 10 deletions

View File

@ -35,6 +35,11 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
-Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
#
# To compile just the kernel with special optimisations, you should use
# this instead of CFLAGS (which is not applicable to kernel builds anyway):
#
#COPTFLAGS= -O -pipe
#
# Avoid compiling profiled libraries
#NOPROFILE= true
#
@ -99,11 +104,6 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
# To avoid running MAKEDEV all on /dev during install:
#NO_MAKEDEV= true
#
# To compile just the kernel with special optimisations, you should use
# this instead of CFLAGS (which is not applicable to kernel builds anyway):
#
#COPTFLAGS= -O -pipe
#
# If you do not want unformatted manual pages to be compressed
# when they are installed:
#

View File

@ -35,6 +35,11 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
-Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
#
# To compile just the kernel with special optimisations, you should use
# this instead of CFLAGS (which is not applicable to kernel builds anyway):
#
#COPTFLAGS= -O -pipe
#
# Avoid compiling profiled libraries
#NOPROFILE= true
#
@ -99,11 +104,6 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
# To avoid running MAKEDEV all on /dev during install:
#NO_MAKEDEV= true
#
# To compile just the kernel with special optimisations, you should use
# this instead of CFLAGS (which is not applicable to kernel builds anyway):
#
#COPTFLAGS= -O -pipe
#
# If you do not want unformatted manual pages to be compressed
# when they are installed:
#