]> Kevux Git Server - fll/commit
Update: Featureless Make needs to handle the -d/--define parameter
authorKevin Day <thekevinday@gmail.com>
Sun, 7 Jun 2020 03:30:17 +0000 (22:30 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 7 Jun 2020 03:30:17 +0000 (22:30 -0500)
commitc4b8d0344eb694fa228b9ba494cb705fa4b03351
tree7e011c83280002622c7143fac53d934e587e0893
parent76ab5dcb87379a7e334b6ca1ae23f4aacf9ae935
Update: Featureless Make needs to handle the -d/--define parameter

Rename the parameter from defines to define, because it acts on only a single parameter at a time.
The -d must be specified multiple times to get multiple defines.

When -d/--define is specified, the defines provided by the settings file get ignored.

Continue to pass the defines from the console parameters to the process scripts.
level_3/fake/c/fake.c
level_3/fake/c/fake.h
level_3/fake/c/private-build.c
level_3/fake/c/private-fake.c