summaryrefslogtreecommitdiff
path: root/mk/buildlink3/gen-transform.sh
AgeCommit message (Expand)AuthorFilesLines
2004-02-12Move a test from the reorderlibs script out to the wrapper scripts forjlam1-2/+2
2004-02-12Add missing "$" that was causing the reorderlibs script to create ajlam1-2/+3
2004-02-12Modify the "no-rpath" to not need a "/" to start the rpath. Also modifyjlam1-18/+18
2004-02-01How'd that -lb get there?jlam1-2/+2
2004-01-30Remove debugging line that I accidentally left there.jlam1-2/+1
2004-01-30Teach buildlink3 how to reorder libraries on the command line. Youjlam1-1/+68
2004-01-21Add a new command "sub-rpath" that does the same thing as "rpath" but onlyjlam1-1/+11
2004-01-21Rename 'submangle' to 'sub-mangle'jlam1-3/+3
2004-01-19* Make the mangle and depot commands a bit more conservative in findingjlam1-5/+39
2004-01-19Create a word separator $_sep variable and use throughout.jlam1-34/+36
2004-01-17Be even less aggressive and just remove relative paths that start with "."jlam1-7/+7
2004-01-17Fix overly aggressive substitution pattern in abs-rpath to allow thingsjlam1-7/+7
2004-01-13Add a new command "abs-rpath" to the gen-transform.sh script that removesjlam1-12/+22
2004-01-11"for arg; do" -> "for arg do", as the latter is more portable. fixesgrant1-2/+2
2004-01-07Remove "$" at the end of rules in the [IL] commands that mistakenly creptjlam1-4/+4
2004-01-06Back out revision 1.6 which was wrong. It failed to matchjlam1-3/+5
2004-01-06Allow l:foo: to remove -lfoo. Also remove an incorrect rule in the "l"jlam1-4/+10
2004-01-06Reduce the number of lines emitted by the I and L rules.jlam1-5/+3
2004-01-06Missing trailing $ to only match whole words.jlam1-2/+2
2004-01-03Extend the "l" command by allowing changing "-lfoo" into "-lbar -lbaz" byjlam1-5/+12
2003-09-03Fix typo ;; -> :;jlam1-2/+2
2003-09-02Merge pkgviews-mk branch into the HEAD by running:jlam1-0/+223