Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: *** Failed target: /usr/src/tools/file/../../dist/file/config.h.in
On Sat, 01 Nov 2008, Mecislav Salar wrote:
> > See PR 39737.
>
> how do run script?
I suggest using the shell script that I posted in a comment on the PR.
cd /usr/src # or wherever your source is
for pattern in '*.ac' '*.am' '*.in' 'configure' 'Makefile' ; do
echo "$pattern"
find . -name "$pattern" -exec touch \{\} \+
sleep 1
done
--apb (Alan Barrett)
Home |
Main Index |
Thread Index |
Old Index