Skip to content
Snippets Groups Projects
Commit f27160ba authored by jdh8d's avatar jdh8d
Browse files

added support for () spri lines.

Former-commit-id: a869ecb1b1525ae624e435856ef2394a98113fd5
parent 2959515d
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ CFLAGS=-O2
.SUFFIXES: .stock .protected
protected_exes=awk.protected bzip2.protected cal.protected cat.protected clear.protected date.protected df.protected diff.protected du.protected expr.protected find.protected grep.protected hostname.protected ipcs.protected less.protected ls.protected nasm.protected objdump.protected ps.protected sdiff.protected wc.protected whoami.protected xeyes.protected xcalc.protected xpdf.protected firefox-bin.protected lighttpd.protected mplayer.protected gnash.protected xpdfsrc.protected gcc-4.4.protected
protected_exes=awk.protected bzip2.protected cal.protected cat.protected clear.protected date.protected df.protected diff.protected du.protected expr.protected find.protected grep.protected hostname.protected ipcs.protected less.protected ls.protected nasm.protected ps.protected sdiff.protected wc.protected whoami.protected xeyes.protected xcalc.protected xpdf.protected lighttpd.protected xpdfsrc.protected gcc-4.4.protected
ilr=on
stratafy_with_pc_confine=on
......
#!/bin/sh
grep -i " rl " $1 > $1.reloc
grep -i -e " rl " -e " () " $1 > $1.reloc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment