Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 430068
Collapse All | Expand All

(-)a/second/Makefile (-1 / +1 lines)
Lines 105-111 Link Here
105
	./util second.map second.aout second2.aout second.b second.b2
105
	./util second.map second.aout second2.aout second.b second.b2
106
	$(GZIP) -9cfn second.b2 >> second.b
106
	$(GZIP) -9cfn second.b2 >> second.b
107
	$(DD) if=/dev/zero bs=1 count=`$(LS) -l second.b | $(AWK) '{len=$$5%512;if(len!=0)len=512-len;print len}'` >> second.b
107
	$(DD) if=/dev/zero bs=1 count=`$(LS) -l second.b | $(AWK) '{len=$$5%512;if(len!=0)len=512-len;print len}'` >> second.b
108
	$(LS) -l second.b | $(AWK) '{printf "%c%c%c%c",0,$$5/65536,($$5%65536)/256,0}' | $(DD) of=second.b bs=4 count=1 seek=581 conv=notrunc
108
	$(LS) -l second.b | $(AWK) -b '{printf "%c%c%c%c",0,$$5/65536,($$5%65536)/256,0}' | $(DD) of=second.b bs=4 count=1 seek=581 conv=notrunc
109
109
110
silotftp.b: silotftp util
110
silotftp.b: silotftp util
111
	$(ELFTOAOUT) -o silotftp.aout silotftp
111
	$(ELFTOAOUT) -o silotftp.aout silotftp

Return to bug 430068