Line | |
---|
1 | depend-gnu:
|
---|
2 | rm .depend-gnu
|
---|
3 | touch .depend-gnu
|
---|
4 | mkdep 'gcc -E -x assembler-with-cpp -I.' _longjmp.gs | sed -e '/<built-in>/d' -e '/<command line>/d' -e 's:^\(.\):../../obj-gnu/./gnu/rts/\1:' >> .depend-gnu
|
---|
5 | mkdep 'gcc -E -x assembler-with-cpp -I.' _setjmp.gs | sed -e '/<built-in>/d' -e '/<command line>/d' -e 's:^\(.\):../../obj-gnu/./gnu/rts/\1:' >> .depend-gnu
|
---|
6 | mkdep 'gcc -E -x assembler-with-cpp -I.' longjmp.gs | sed -e '/<built-in>/d' -e '/<command line>/d' -e 's:^\(.\):../../obj-gnu/./gnu/rts/\1:' >> .depend-gnu
|
---|
7 | mkdep 'gcc -E -x assembler-with-cpp -I.' setjmp.gs | sed -e '/<built-in>/d' -e '/<command line>/d' -e 's:^\(.\):../../obj-gnu/./gnu/rts/\1:' >> .depend-gnu
|
---|
Note:
See
TracBrowser
for help on using the repository browser.