From: Gary V. Vaughan Date: Mon, 24 Oct 2011 09:35:00 +0000 (+0700) Subject: syntax-check: fix violations and re-enable sc_makefile_TAB_only_indentation. X-Git-Tag: v2.4.2.418~249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0574d54b16271d2c849006f3b2a2eaae98c4e2ad;p=thirdparty%2Flibtool.git syntax-check: fix violations and re-enable sc_makefile_TAB_only_indentation. * cfg.mk (local-checks-to-fix): Remove sc_makefile_TAB_only_indentation from list of disabled checks. * Makefile.am (libltdl/Makefile.am): Replace leading spaces with TABs. * libltdl/Makefile.am (libltdl_libltdl_la_SOURCES): Ditto. Signed-off-by: Gary V. Vaughan --- diff --git a/Makefile.am b/Makefile.am index b49e440e1..6c986daa3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -211,9 +211,9 @@ $(lt_Makefile_am): $(ltdl_mk) '$(SED)' -n '/^.. DO NOT REMOVE THIS LINE -- /,$$p' \ '$(ltdl_mk)' \ |'$(SED)' -e 's,libltdl_,,; s,libltdl/,,; s,: libltdl/,: ,' \ - -e 's,\$$(libltdl_,$$(,' \ + -e 's,\$$(libltdl_,$$(,' \ ) |'$(SED)' -e '/^.. DO NOT REMOVE THIS LINE -- /d' \ - -e '1s,^\(.. Makefile.\)inc.*,\1am -- Process this file with automake to produce Makefile.in,' > '$@' + -e '1s,^\(.. Makefile.\)inc.*,\1am -- Process this file with automake to produce Makefile.in,' > '$@' $(AM_V_at)chmod a-w '$@' ## Document the make macros that are needed to build bootstrap-deps @@ -367,9 +367,9 @@ $(stamp_mk): $(lt_Makefile_in) case " $(pkgaux_scripts) ltmain.sh " in \ *" $$f "*) ;; \ *) '$(SED)' \ - -e 's,\(\$$([^)]*)/\)*'"$(ltdl_ac_aux_dir)/$$f"'\$$,,' \ - -e 's,\(\$$([^)]*)/\)*'"$(ltdl_ac_aux_dir)/$$f"' ,,' \ - -e '/^[ ]*\\$$/d' \ + -e 's,\(\$$([^)]*)/\)*'"$(ltdl_ac_aux_dir)/$$f"'\$$,,' \ + -e 's,\(\$$([^)]*)/\)*'"$(ltdl_ac_aux_dir)/$$f"' ,,' \ + -e '/^[ ]*\\$$/d' \ '$(lt_Makefile_in)' > "$$T" \ && mv -f "$$T" '$(lt_Makefile_in)';; \ esac; \ diff --git a/cfg.mk b/cfg.mk index 5c6fbbcf9..5684e66fa 100644 --- a/cfg.mk +++ b/cfg.mk @@ -38,7 +38,6 @@ endif VC_LIST_ALWAYS_EXCLUDE_REGEX = ^mail/ local-checks-to-fix = \ - sc_makefile_TAB_only_indentation \ sc_makefile_at_at_check \ sc_prohibit_always-defined_macros \ sc_prohibit_always_true_header_tests \ diff --git a/libltdl/ltdl.mk b/libltdl/ltdl.mk index f75d6fd41..bc31f62c1 100644 --- a/libltdl/ltdl.mk +++ b/libltdl/ltdl.mk @@ -60,7 +60,7 @@ libltdl_libltdl_la_SOURCES = libltdl/libltdl/lt__alloc.h \ libltdl/libltdl/lt__strl.h \ libltdl/libltdl/lt_dlloader.h \ libltdl/libltdl/lt_error.h \ - libltdl/libltdl/lt_system.h \ + libltdl/libltdl/lt_system.h \ libltdl/libltdl/slist.h \ libltdl/loaders/preopen.c \ libltdl/lt__alloc.c \