Minor refactoring to use exported vars in subdir

This commit is contained in:
Hamish Coleman 2023-05-10 17:07:21 +01:00
parent 48c377bafa
commit cbafe20000
2 changed files with 6 additions and 8 deletions

View File

@ -1,4 +1,10 @@
export CC
export AR
export CFLAGS
export LDFLAGS
export TOOLS_ADDITIONAL
include config.mak include config.mak
#Ultrasparc64 users experiencing SIGBUS should try the following gcc options #Ultrasparc64 users experiencing SIGBUS should try the following gcc options

View File

@ -1,11 +1,3 @@
export N2N_VERSION
export CC
export AR
export CFLAGS
export LDFLAGS
export LDLIBS_EXTRA
export TOOLS_ADDITIONAL
N2N_VERSION=@N2N_VERSION@ N2N_VERSION=@N2N_VERSION@
CC=@CC@ CC=@CC@
AR=@AR@ AR=@AR@