File: fix-timestamps.sh

package info (click to toggle)
log4cplus 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,536 kB
  • sloc: sh: 10,603; cpp: 9,253; ansic: 706; makefile: 251
file content (7 lines) | stat: -rwxr-xr-x 107 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/sh

set -x

touch aclocal.m4
find . -name 'Makefile.in' -print -exec touch '{}' ';'
touch configure