|
|
1.1 root 1: echo "int xxy_us_dummy;" >dummy.c
2: cc -c dummy.c
3: rm -f underscore.c
4: echo '/*WARNING: This file is automatically generated!*/' >underscore.c
5: if [ "`$(NM) dummy.o | grep _xxy_us_dummy ; true`" != "" ]; then \
6: echo "int prepends_underscore = 1;" >>underscore.c; \
7: else \
8: echo "int prepends_underscore = 0;" >>underscore.c; \
9: fi
10: rm -f dummy.c dummy.o
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.