Opened 18 months ago
Closed 17 months ago
#2287 closed (fixed)
Some makefile rules don't forward variables properly.
| Reported by: | TSS_ | Owned by: | |
|---|---|---|---|
| Keywords: | Cc: |
Description
In some cases variables like $(CC) can contain more than one word and when passing them to another makefile in the command line we must make sure we place them in quotes.
CC=$(CC) should be CC="$(CC)" http://svn.dd-wrt.com:8000/browser/src/router/rules/dhcp-forwarder.mk http://svn.dd-wrt.com:8000/browser/src/router/rules/iperf.mk http://svn.dd-wrt.com:8000/browser/src/router/rules/libpcap.mk
Change History (1)
comment:1 Changed 17 months ago by BrainSlayer
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

this doesn not affect libpcap.mk. look by yourself