broken make clean-patch?

Christian Thalinger twisti at complang.tuwien.ac.at
Thu Mar 27 05:13:31 PDT 2008


Hi!

I just wanted to clean the patches but it didn't work:

$ make clean-patch
rm -f stamps/patch.stamp
for p in  patches/icedtea-copy-plugs.patch patches/icedtea-version.patch
patches/icedtea-text-relocations.patch patches/icedtea-graphics.patch
patches/icedtea-debuginfo.patch patches/icedtea-ssl.patch
patches/icedtea-license-headers.patch patches/icedtea-webservices.patch
pa
tches/icedtea-rmi_amd64.patch patches/icedtea-tools.patch
patches/icedtea-certbundle.patch patches/icedtea-demos.patch
patches/icedtea-use-system-tzdata.patch patches/icedtea-headers.patch
patches/icedtea-ant.patch patches/icedtea-gcc-suffix.patch
patches/icedtea-bytebuffer-c
ompact.patch patches/icedtea-float-double-trailing-zeros.patch
patches/icedtea-gtkplaf.patch patches/icedtea-memory-limits.patch
patches/icedtea-sunsrc.patch patches/icedtea-libraries.patch
patches/icedtea-javafiles.patch patches/icedtea-corba.patch
patches/icedtea-core-build
.patch patches/icedtea-linker-options.patch
patches/icedtea-static-libstdc++.patch patches/icedtea-lcms-leak.patch
patches/icedtea-timerqueue.patch patches/icedtea-generated.patch
patches/icedtea-lib64.patch patches/icedtea-zero-build.patch 
patches/icedtea-print-lsb-release.p
atch patches/icedtea-gcc-4.3.patch   patches/icedtea-cacao.patch ; \
        all_patches_ok=yes; \
        do \
          echo Checking $p ; \
          if /usr/bin/patch -l -p0 -R --dry-run -s -t -f < $p ; \
          then \
            echo Reverting $p ; \
            /usr/bin/patch -l -p0 -R < $p ; \
          else \
            all_patches_ok=no ; \
          fi ; \
        done ; \
        if ! test x${all_patches_ok} == "xyes" ; then \
          echo "WARNING Not all patches reverted cleanly" ; \
        fi
/bin/sh: -c: line 1: syntax error near unexpected token
`all_patches_ok=yes'
/bin/sh: -c: line 1: `all_patches_ok=yes; \'
make: *** [clean-patch] Error 2

- twisti




More information about the distro-pkg-dev mailing list