003 File Manager
Current Path:
/usr/src/contrib/ntp
usr
/
src
/
contrib
/
ntp
/
📁
..
📄
COPYRIGHT
(11.68 KB)
📄
ChangeLog
(255.44 KB)
📄
CommitLog
(5.28 MB)
📄
CommitLog-4.1.0
(190.65 KB)
📄
INSTALL
(7.37 KB)
📄
Makefile.am
(3.75 KB)
📄
Makefile.in
(35.03 KB)
📄
NEWS
(168.96 KB)
📄
NOTES.y2kfixes
(2.63 KB)
📄
README
(5.44 KB)
📄
README.bk
(219 B)
📄
README.hackers
(348 B)
📄
README.leapsmear
(12.84 KB)
📄
README.patches
(1.62 KB)
📄
README.pullrequests
(3.73 KB)
📄
README.refclocks
(2.03 KB)
📄
README.versions
(817 B)
📄
TODO
(2.77 KB)
📄
WHERE-TO-START
(2.26 KB)
📄
aclocal.m4
(49.18 KB)
📁
adjtimed
📄
bincheck.mf
(605 B)
📄
bootstrap
(4.69 KB)
📄
build
(4.15 KB)
📄
check-libopts.mf
(374 B)
📁
clockstuff
📁
conf
📄
config.h.in
(42.64 KB)
📄
configure
(922.38 KB)
📄
configure.ac
(91.87 KB)
📄
deps-ver
(29 B)
📄
depsver.mf
(2.2 KB)
📄
dot.emacs
(521 B)
📄
flock-build
(3.27 KB)
📁
html
📁
include
📄
includes.mf
(238 B)
📁
kernel
📁
lib
📁
libjsmn
📁
libntp
📁
libparse
📁
ntpd
📁
ntpdate
📁
ntpdc
📁
ntpq
📁
ntpsnmpd
📄
packageinfo.sh
(3.04 KB)
📁
parseutil
📄
readme.y2kfixes
(4.76 KB)
📄
results.y2kfixes
(2.86 KB)
📁
scripts
📁
sntp
📁
util
Editing: depsver.mf
$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver @[ -f $@ ] || \ cp $(top_srcdir)/deps-ver $@ @[ -w $@ ] || \ chmod ug+w $@ @cmp $(top_srcdir)/deps-ver $@ > /dev/null || ( \ $(MAKE) $(AM_MAKEFLAGS) clean && \ echo -n "Prior $(subdir)/$(DEPDIR) version " && \ cat $@ && \ rm -rf $(DEPDIR) && \ mkdir $(DEPDIR) && \ case "$(top_builddir)" in \ .) \ ./config.status Makefile depfiles \ ;; \ *) \ cd "$(top_builddir)" && \ ./config.status $(subdir)/Makefile depfiles && \ cd $(subdir) \ ;; \ esac && \ echo -n "Cleaned $(subdir)/$(DEPDIR) version " && \ cat $(top_srcdir)/deps-ver \ ) cp $(top_srcdir)/deps-ver $@ .deps-ver: $(top_srcdir)/deps-ver @[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver @touch $@ BUILT_SOURCES += .deps-ver CLEANFILES += .deps-ver # # depsver.mf included in Makefile.am for directories with .deps # # When building in the same directory with sources that change over # time, such as when tracking using bk, the .deps files can become # stale with respect to moved, deleted, or superceded headers. Most # commonly, this would exhibit as make reporting a failure to make a # header file which is no longer in the location given. To address # this issue, we use a deps-ver file which is updated with each change # that breaks old .deps files. A copy of deps-ver is made into # $(DEPDIR) if not already present. If $(DEPDIR)/deps-ver is present # with different contents than deps-ver, we make clean to ensure all # .o files built before the incompatible change are rebuilt along with # their updated .deps files, then remove $(DEPDIR) and recreate it as # empty stubs. # # It is normal when configured with --disable-dependency-tracking for # the DEPDIR to not have been created. For this reason, we use the # intermediate target .deps-ver, which invokes make recursively if # DEPDIR exists. # # If you modify depsver.mf, please make the changes to the master # copy, the one in sntp is copied by the bootstrap script from it. # # This comment block follows rather than leads the related code so that # it stays with it in the generated Makefile.in and Makefile. #
Upload File
Create Folder