libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 08/25] syntax-check: fix violations and re-enable sc_makefile_TAB


From: Gary V. Vaughan
Subject: [PATCH 08/25] syntax-check: fix violations and re-enable sc_makefile_TAB_only_indentation.
Date: Tue, 15 Nov 2011 19:53:46 +0700

* 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 <address@hidden>
---
 Makefile.am     |   10 +++++-----
 cfg.mk          |    1 -
 libltdl/ltdl.mk |    2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index d686ab9..b559b5e 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 dad30cc..4fb2b37 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 f75d6fd..bc31f62 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 \
-- 
1.7.7.3

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]