initial commit
[glibc.git] / debian / rules.d / info.mk
1 #
2 # Add here instructions to dump useful debug information
3 #
4
5 $(stamp)info:
6 @echo '------------------------------------------------------'
7
8 uname -a
9 @echo
10
11 if [ -f /proc/cpuinfo ] ; then cat /proc/cpuinfo ; fi
12 @echo
13
14 @echo '------------------------------------------------------'
15
16 touch $@