Revision 4618
Added by Aaron Marcuse-Kubitza about 12 years ago
input.Makefile | ||
---|---|---|
319 | 319 |
##### Maps validation |
320 | 320 |
|
321 | 321 |
define newTerms |
322 |
$(bin)/filter_out_ci <$< $(1) $(word 2,$+)|$(bin)/cols $(1)$(2)|tail +2 >$@ |
|
322 |
$(bin)/filter_out_ci <$< $(1) $(word 2,$+)|$(bin)/cols $(1)$(2)|tail -n +2 >$@
|
|
323 | 323 |
$(bin)/autoremove $@ |
324 | 324 |
endef |
325 | 325 |
|
Also available in: Unified diff
input.Makefile: Maps validation: $(newTerms): Fixed bug where tail with positive offset needs -n flag