rmyorston / pdpmake

Public domain POSIX make
https://frippery.org/make
Other
107 stars 11 forks source link

Failed to process this makefile #28

Closed ghost closed 1 year ago

ghost commented 1 year ago

https://github.com/DragonFlyBSD/cpdup

make -f GNUmakefile

Error message:

c99 -O -pipe -std=c99 -pedantic -Wall -Wextra -Wlogical-op -Wshadow -Wformat=2  -Wwrite-strings -Wcast-qual -Wcast-align -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -o cpdup
gcc: fatal error: no input files
compilation terminated.
pdpmake: (GNUmakefile:37): failed to build 'cpdup'
ghost commented 1 year ago

This version of make is too limited. I think I will stick with GNU make.

chatchoi commented 3 weeks ago

@rmyorston The current version of pdpmake failed with exactly the same error. It seems there is no progress on this. Why did the OP close this issue?