1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

each file with a "main" must also declare program_name

* maint.mk (sc_program_name): New rule.
* .x-sc_program_name: New file.
* Makefile.am (EXTRA_DIST): Add .x-sc_program_name.
This commit is contained in:
Jim Meyering
2008-06-02 17:48:11 +02:00
parent 434258ca73
commit 77b1bfc85c
3 changed files with 17 additions and 1 deletions

View File

@@ -22,7 +22,9 @@ EXTRA_DIST = cfg.mk maint.mk \
.vg-suppressions \
.x-po-check \
.x-sc_GPL_version \
.x-sc_file_system .x-sc_obsolete_symbols \
.x-sc_file_system \
.x-sc_obsolete_symbols \
.x-sc_program_name \
.x-sc_prohibit_atoi_atof \
.x-sc_prohibit_strcmp \
.x-sc_require_config_h \