Move NOPROFILE' and
NOPERL' to be with the reset of their "NO" brethren.
This commit is contained in:
parent
3a77147b94
commit
5bd200c177
@ -40,15 +40,9 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
||||
#
|
||||
#COPTFLAGS= -O -pipe
|
||||
#
|
||||
# Avoid compiling profiled libraries
|
||||
#NOPROFILE= true
|
||||
#
|
||||
# Compare before install
|
||||
#INSTALL=install -C
|
||||
#
|
||||
# To avoid building perl
|
||||
#NOPERL= true
|
||||
#
|
||||
# To enable building enstalling suidperl with the setuid bit turned on
|
||||
#ENABLE_SUIDPERL= true
|
||||
#
|
||||
@ -77,6 +71,8 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
||||
#NOGAMES= true # do not build games (games/ subdir)
|
||||
#NOINFO= true # do not make or install info files
|
||||
#NOLIBC_R= true # do not build libc_r (re-entrant version of libc)
|
||||
#NOPERL= true # To avoid building perl
|
||||
#NOPROFILE= true # Avoid compiling profiled libraries
|
||||
#NOSECURE= true # do not build crypto code in secure/ subdir
|
||||
#NOSHARE= true # do not go into the share subdir
|
||||
#NOUUCP= true # do not build uucp related programs
|
||||
|
@ -40,15 +40,9 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
||||
#
|
||||
#COPTFLAGS= -O -pipe
|
||||
#
|
||||
# Avoid compiling profiled libraries
|
||||
#NOPROFILE= true
|
||||
#
|
||||
# Compare before install
|
||||
#INSTALL=install -C
|
||||
#
|
||||
# To avoid building perl
|
||||
#NOPERL= true
|
||||
#
|
||||
# To enable building enstalling suidperl with the setuid bit turned on
|
||||
#ENABLE_SUIDPERL= true
|
||||
#
|
||||
@ -77,6 +71,8 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
||||
#NOGAMES= true # do not build games (games/ subdir)
|
||||
#NOINFO= true # do not make or install info files
|
||||
#NOLIBC_R= true # do not build libc_r (re-entrant version of libc)
|
||||
#NOPERL= true # To avoid building perl
|
||||
#NOPROFILE= true # Avoid compiling profiled libraries
|
||||
#NOSECURE= true # do not build crypto code in secure/ subdir
|
||||
#NOSHARE= true # do not go into the share subdir
|
||||
#NOUUCP= true # do not build uucp related programs
|
||||
|
Loading…
x
Reference in New Issue
Block a user