]> xenbits.xensource.com Git - people/wipawel/livepatch-build-tools/commitdiff
Don't create "reverse" patch modules
authorRoss Lagerwall <ross.lagerwall@citrix.com>
Tue, 13 Oct 2015 13:41:07 +0000 (14:41 +0100)
committerRoss Lagerwall <ross.lagerwall@citrix.com>
Tue, 13 Oct 2015 13:41:07 +0000 (14:41 +0100)
xsplice-build

index ca414b1ad13171fabba42e8abb998605d2554842..8b917a1bc309279f21a716b28933db1aa0f1f28c 100755 (executable)
@@ -235,12 +235,12 @@ if [ "${SKIP}" != "build" ]; then
     echo "Apply patch and build with ${CPUS} CPU(s)..."
     cd "$SRCDIR" || die
     patch -s -N -p1 < "$PATCHFILE" || die
-    build_special original
+    build_special patched
 
     echo "Unapply patch and build with ${CPUS} CPU(s)..."
     cd "$SRCDIR" || die
     patch -s -R -p1 < "$PATCHFILE" || die
-    build_special patched
+    build_special original
 fi
 
 if [ "${SKIP}" != "diff" ]; then