diff options
author | Jim Meyering <meyering@redhat.com> | 2009-08-04 14:21:32 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-04 14:47:09 +0200 |
commit | 0c463dd0aa962c405b1be32c925acf9891c96bfc (patch) | |
tree | ca009419fdca77f172ffdaa5c0813ec6c8adef9a /appliance | |
parent | 3625b0198c74f2e01eb76b99dadba3a80f97a880 (diff) | |
download | libguestfs-0c463dd0aa962c405b1be32c925acf9891c96bfc.tar.gz libguestfs-0c463dd0aa962c405b1be32c925acf9891c96bfc.tar.xz libguestfs-0c463dd0aa962c405b1be32c925acf9891c96bfc.zip |
build: remove trailing blank lines; enable the syntax-check rule
* 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.
Diffstat (limited to 'appliance')
-rw-r--r-- | appliance/Makefile.am | 1 | ||||
-rwxr-xr-x | appliance/debian/modules/y0_install-guestfsd | 1 | ||||
-rwxr-xr-x | appliance/make.sh.in | 1 | ||||
-rw-r--r-- | appliance/packagelist.in | 1 | ||||
-rwxr-xr-x | appliance/update.sh.in | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/appliance/Makefile.am b/appliance/Makefile.am index 8391b8b3..d1338bf5 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -146,4 +146,3 @@ CLEANFILES = $(APPLIANCE_FILES) packagelist kmod.whitelist supermin.incfiles clean-local: rm -rf $(top_builddir)/initramfs - diff --git a/appliance/debian/modules/y0_install-guestfsd b/appliance/debian/modules/y0_install-guestfsd index 17bbbdc0..c95e4f0d 100755 --- a/appliance/debian/modules/y0_install-guestfsd +++ b/appliance/debian/modules/y0_install-guestfsd @@ -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 - diff --git a/appliance/make.sh.in b/appliance/make.sh.in index a132ed88..d76c961b 100755 --- a/appliance/make.sh.in +++ b/appliance/make.sh.in @@ -145,4 +145,3 @@ elif [ "@DIST@" = "DEBIAN" ]; then mkdir -p @top_builddir@/initramfs touch @top_builddir@/initramfs/fakeroot.log fi - diff --git a/appliance/packagelist.in b/appliance/packagelist.in index 9dbef118..be45fc49 100644 --- a/appliance/packagelist.in +++ b/appliance/packagelist.in @@ -39,4 +39,3 @@ ntfs-3g procps strace zerofree - diff --git a/appliance/update.sh.in b/appliance/update.sh.in index cdc441b1..0222a75e 100755 --- a/appliance/update.sh.in +++ b/appliance/update.sh.in @@ -46,4 +46,3 @@ elif [ "@DIST@" = "DEBIAN" ]; then ln -sf debian/debirf-libguestfs_@REPO@*.cgz $output ln -sf debian/vmlinuz-* $vmlinuz fi - |