• Cesar Prados's avatar
    Makefile: change to support gmake-3.82 · 152111a8
    Cesar Prados authored
    Split a rule into two rules, to make make happy.
    
    In previous versions of make it was acceptable to list one or more
    explicit targets followed by one or more pattern targets in the same
    rule and it worked "as expected". However, this was not documented as
    acceptable and if you listed any explicit targets AFTER the pattern
    targets, the entire rule would be mis-parsed. This release removes
    this ability completely: make will generate an error message if you
    mix explicit and pattern targets in the same rule. You must split
    these rules into two rules: one for the pattern and one for the
    explicit targets. The Linux kernel source has already been modified in
    this way (in newer kernels).
    152111a8
Name
Last commit
Last update
arch/lm32 Loading commit data...
boards Loading commit data...
configs Loading commit data...
dev Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
monitor Loading commit data...
pp_printf Loading commit data...
ppsi @ 44deab24
ptp-noposix @ 2e46712e
scripts Loading commit data...
shell Loading commit data...
sockitowm Loading commit data...
softpll Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
bigobj.lds Loading commit data...
revision.c Loading commit data...
wrc_main.c Loading commit data...
wrc_ptp.h Loading commit data...
wrc_ptp_noposix.c Loading commit data...
wrc_ptp_ppsi.c Loading commit data...