e861a83e20
- print warning on service start when sendmail-cf is required (#447148) - replace Makefile with shell script to avoid dependency on make (#467841) - fix multiarch conflicts (#343161) - preserve timestamps on config files - gzip RELEASE_NOTES - defuzz patches - drop gcc2690 patch
9 lines
92 B
Plaintext
9 lines
92 B
Plaintext
# Pass everything to the make script
|
|
|
|
all:
|
|
%: force
|
|
@./make $@
|
|
force:;
|
|
|
|
$(MAKEFILE_LIST):;
|