Sfoglia il codice sorgente

build: Rename overriding check targets to check-local

This allows to have the local targets and be able to use the native
automake targets in the future.
Guillem Jover 16 anni fa
parent
commit
20f0d638fe
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      scripts/Makefile.am
  2. 1 1
      utils/Makefile.am

+ 1 - 1
scripts/Makefile.am

@@ -229,7 +229,7 @@ clean-local:
 	rm -fr man
 	rm -fr $(test_tmpdir)
 
-check: $(test_data) $(test_cases)
+check-local: $(test_data) $(test_cases)
 	$(mkdir_p) $(test_tmpdir)
 	PATH="$(top_builddir)/src:$(top_builddir)/scripts:$(PATH)" \
 	  srcdir=$(srcdir) DPKG_DATADIR=$(srcdir)/.. \

+ 1 - 1
utils/Makefile.am

@@ -73,7 +73,7 @@ test_cases = \
 clean-local:
 	rm -fr $(test_tmpdir)
 
-check: $(test_cases)
+check-local: $(test_cases)
 	$(mkdir_p) $(test_tmpdir)
 	PATH="$(top_builddir)/src:$(top_builddir)/scripts:$(top_builddir)/utils:$(PATH)" \
 	  srcdir=$(srcdir) builddir=$(builddir) DPKG_DATADIR=$(top_srcdir) \