File: touch-autofoo.sh

package info (click to toggle)
libsdl2-image 2.8.8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,868 kB
  • sloc: ansic: 23,468; python: 1,280; sh: 603; makefile: 246
file content (8 lines) | stat: -rwxr-xr-x 239 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

# Run this script from the root of $srcdir to touch the
# autotools generated files, so that the build procedure
# doesn't attempt to regenerate them.

cd `dirname $0`/..
touch aclocal.m4 configure Makefile.in test/Makefile.in