003 File Manager
Current Path:
/usr/src/contrib/ntp/scripts/build
usr
/
src
/
contrib
/
ntp
/
scripts
/
build
/
📁
..
📄
Makefile.am
(356 B)
📄
Makefile.in
(17.9 KB)
📄
UpdatePoint
(6.08 KB)
📄
VersionName
(1.14 KB)
📄
check--help
(384 B)
📄
checkChangeLog
(453 B)
📄
checkHtmlFileDates
(297 B)
📄
fixautomakedepsmagic
(402 B)
📄
genAuthors.in
(2.2 KB)
📄
genCommitLog
(324 B)
📄
genver
(1.86 KB)
📄
mkver.in
(777 B)
📄
updateBEDate
(1.57 KB)
Editing: fixautomakedepsmagic
#!/bin/sh prog=`basename $0` t=/tmp/$prog.$$ trap 'rm -f ${t} ; exit 1' 1 3 15 while [ $# -gt 0 ]; do f=$1 shift sed -e '/^DEPS_MAGIC :=/,/^-include \$/s/^/#/' $f > $t c="diff $f $t" echo $c $c tstatus=$? if [ $tstatus = 0 ]; then echo "$prog":" $f not modified" elif [ ! -w $f ]; then echo "$prog":" $f not not writable" else c="cp $t $f" echo $c $c fi rm -f $t done
Upload File
Create Folder