build: remove trailing blank lines; enable the syntax-check rule
authorJim Meyering <meyering@redhat.com>
Tue, 4 Aug 2009 12:21:32 +0000 (14:21 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 4 Aug 2009 12:47:09 +0000 (14:47 +0200)
* cfg.mk (disable_temporarily): Remove sc_prohibit_trailing_blank_lines.
* appliance/Makefile.am: Remove trailing blank line(s).
* appliance/debian/modules/y0_install-guestfsd: Likewise.
* appliance/make.sh.in: Likewise.
* appliance/packagelist.in: Likewise.
* appliance/update.sh.in: Likewise.
* haskell/run-bindtests: Likewise.
* ocaml/run-bindtests: Likewise.
* python/run-python-tests: Likewise.
* recipes/squashfs.example: Likewise.
* ruby/run-ruby-tests: Likewise.

appliance/Makefile.am
appliance/debian/modules/y0_install-guestfsd
appliance/make.sh.in
appliance/packagelist.in
appliance/update.sh.in
cfg.mk
haskell/run-bindtests
ocaml/run-bindtests
python/run-python-tests
recipes/squashfs.example
ruby/run-ruby-tests

index 8391b8b..d1338bf 100644 (file)
@@ -146,4 +146,3 @@ CLEANFILES = $(APPLIANCE_FILES) packagelist kmod.whitelist supermin.incfiles
 
 clean-local:
        rm -rf $(top_builddir)/initramfs
-
index 17bbbdc..c95e4f0 100755 (executable)
@@ -30,4 +30,3 @@ rm -rf "$DEBIRF_ROOT"/usr/share/man/
 echo $PWD
 install -o root -g root -m 0755 ../daemon/guestfsd "$DEBIRF_ROOT"/sbin/guestfsd
 install -o root -g root -m 0755 init "$DEBIRF_ROOT"/sbin/init
-
index a132ed8..d76c961 100755 (executable)
@@ -145,4 +145,3 @@ elif [ "@DIST@" = "DEBIAN" ]; then
   mkdir -p @top_builddir@/initramfs
   touch @top_builddir@/initramfs/fakeroot.log
 fi
-
index 9dbef11..be45fc4 100644 (file)
@@ -39,4 +39,3 @@ ntfs-3g
 procps
 strace
 zerofree
-
index cdc441b..0222a75 100755 (executable)
@@ -46,4 +46,3 @@ elif [ "@DIST@" = "DEBIAN" ]; then
   ln -sf debian/debirf-libguestfs_@REPO@*.cgz $output
   ln -sf debian/vmlinuz-* $vmlinuz
 fi
-
diff --git a/cfg.mk b/cfg.mk
index 2b37450..1d02b24 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -67,7 +67,6 @@ disable_temporarily =                 \
   sc_prohibit_ctype_h                  \
   sc_prohibit_asprintf                 \
   sc_m4_quote_check                    \
-  sc_prohibit_trailing_blank_lines     \
   sc_avoid_ctype_macros                        \
   sc_avoid_write
 
index ce01af9..f9ea434 100755 (executable)
@@ -20,4 +20,3 @@ set -e
 
 ./Bindtests > bindtests.tmp
 diff -u ../bindtests bindtests.tmp
-
index a9162c9..5200fec 100755 (executable)
@@ -20,4 +20,3 @@ set -e
 
 ./bindtests > bindtests.tmp
 diff -u ../bindtests bindtests.tmp
-
index 90e38b3..487f8ab 100755 (executable)
@@ -21,4 +21,3 @@ set -e
 for f in t/*.py; do
   python $f
 done
-
index f10d195..af40dd5 100644 (file)
@@ -34,4 +34,3 @@ drwxr-xr-x 18 root root     0 May 29 08:44 ..
 -rw-r--r--  1 root root  2938 Apr 10 12:15 PAM.8.gz
 -rw-r--r--  1 root root   736 Feb 24 20:25 PolicyKit.8.gz
 lrwxrwxrwx  1 root root    15 May 14 06:41 accept.8.gz -> cupsaccept.8.gz
-
index b371bfb..6bf898b 100755 (executable)
@@ -19,4 +19,3 @@
 set -e
 
 rake test "$@"
-