Browse Source

Minor refactoring to use exported vars in subdir

pull/1109/head
Hamish Coleman 1 year ago
parent
commit
cbafe20000
  1. 6
      Makefile
  2. 8
      config.mak.in

6
Makefile

@ -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

8
config.mak.in

@ -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@

Loading…
Cancel
Save