diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-03-28 13:22:16 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-03-28 13:22:16 +0000 |
commit | e361b4347332fb4dddf2f8946ec102ff527096ac (patch) | |
tree | 05372882af18f92045bbafa3c156556cd933c4b7 /app-emulation/mol/files | |
parent | OMG ! This thing runs on hppa ! (diff) | |
download | gentoo-2-e361b4347332fb4dddf2f8946ec102ff527096ac.tar.gz gentoo-2-e361b4347332fb4dddf2f8946ec102ff527096ac.tar.bz2 gentoo-2-e361b4347332fb4dddf2f8946ec102ff527096ac.zip |
Converted to linux-mod.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-emulation/mol/files')
-rw-r--r-- | app-emulation/mol/files/mol-0.9.71_pre1-tmp-offset.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-emulation/mol/files/mol-0.9.71_pre1-tmp-offset.patch b/app-emulation/mol/files/mol-0.9.71_pre1-tmp-offset.patch new file mode 100644 index 000000000000..201823771e90 --- /dev/null +++ b/app-emulation/mol/files/mol-0.9.71_pre1-tmp-offset.patch @@ -0,0 +1,18 @@ +--- src/kmod/Linux/Makefile.old 2005-03-28 20:16:13.000000000 +1000 ++++ src/kmod/Linux/Makefile.26 2005-03-28 20:16:47.000000000 +1000 +@@ -34,11 +34,11 @@ + + $(src)/asm_offsets.h: $(src)/archinclude.h $(src)/kernel_vars.h $(src)/mac_registers.h + $(src)/asm_offsets.h: $(src)/asm_offsets.c $(src)/asm_offsets.inc +- @$(RM) $(src)/tmp-offsets.c $@ ; cat $^ > $(src)/tmp-offsets.c +- @$(CC) $(CPPFLAGS) $(CFLAGS) -I$(src) -Wall -S $(src)/tmp-offsets.c ++ @$(RM) ${T}/tmp-offsets.c $@ ; cat $^ > ${T}/tmp-offsets.c ++ @$(CC) $(CPPFLAGS) $(CFLAGS) -I$(src) -Wall -S ${T}/tmp-offsets.c -o ${T}/tmp-offsets.s + @echo "/* WARNING! Automatically generated from 'shared/asm_offsets.c' - DO NOT EDIT! */" > $@ +- @grep '^#' tmp-offsets.s >> $@ +- @$(RM) $(src)/tmp-offsets.* ++ @grep '^#' ${T}/tmp-offsets.s >> $@ ++ @$(RM) ${T}/tmp-offsets.* + + + $(src)/_performance.c: $(PERFOBJS) |