patch-1.3.65 linux/arch/i386/boot/compressed/Makefile
Next file: linux/arch/i386/kernel/signal.c
Previous file: linux/arch/alpha/kernel/traps.c
Back to the patch index
Back to the overall index
-  Lines: 9
 -  Date:
Fri Feb 16 14:41:41 1996
 -  Orig file: 
v1.3.64/linux/arch/i386/boot/compressed/Makefile
 -  Orig date: 
Wed Feb  7 15:11:20 1996
 
diff -u --recursive --new-file v1.3.64/linux/arch/i386/boot/compressed/Makefile linux/arch/i386/boot/compressed/Makefile
@@ -43,7 +43,7 @@
 # You cannot compress a file and have the kernel uncompress it, it must
 # be stdin
 piggy.o:	$(SYSTEM)
-	tmppiggy=/tmp/$$.piggy; \
+	tmppiggy=/tmp/$$$$.piggy; \
 	rm -f $$tmppiggy $$tmppiggy.gz; \
 	$(OBJDUMP) $(OBJDUMP_FLAGS) -o $(IMAGE_OFFSET) $(SYSTEM) > $$tmppiggy; \
 	gzip -f -9 < $$tmppiggy > $$tmppiggy.gz; \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this