[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: VERSIONFILE?
"Kurt D. Zeilenga" wrote:
>
> You like just need to run ./config.status to rebuild
> your makefiles.
No, it's something else. I just did make veryclean, then a cvs update
that did not show any modified or unknown file, then configure,
make depend and make and I get the same. CONFIGFILE is not defined
anywhere:
[j_sanchez@andromeda ldap]$ find . -type f -print | xargs grep VERSIONFILE
./build/lib.mk: (u=$${USER-root} v=`$(CAT) $(VERSIONFILE)` d=`$(PWD)` \
./build/man.mk: VERSION=`$(CAT) $(VERSIONFILE)`; \
./doc/man/man1/Makefile: VERSION=`$(CAT) $(VERSIONFILE)`; \
./doc/man/man3/Makefile: VERSION=`$(CAT) $(VERSIONFILE)`; \
./doc/man/man5/Makefile: VERSION=`$(CAT) $(VERSIONFILE)`; \
./doc/man/man8/Makefile: VERSION=`$(CAT) $(VERSIONFILE)`; \
./libraries/libavl/Makefile: (u=$${USER-root} v=`$(CAT) $(VERSIONFILE)` d=`$(PWD)` \
./libraries/liblber/Makefile: (u=$${USER-root} v=`$(CAT) $(VERSIONFILE)` d=`$(PWD)` \
./libraries/libldap/Makefile: (u=$${USER-root} v=`$(CAT) $(VERSIONFILE)` d=`$(PWD)` \
./libraries/libldap_r/Makefile: (u=$${USER-root} v=`$(CAT) $(VERSIONFILE)` d=`$(PWD)` \
./libraries/libldbm/Makefile: (u=$${USER-root} v=`$(CAT) $(VERSIONFILE)` d=`$(PWD)` \
./libraries/libldif/Makefile: (u=$${USER-root} v=`$(CAT) $(VERSIONFILE)` d=`$(PWD)` \
./libraries/liblutil/Makefile: (u=$${USER-root} v=`$(CAT) $(VERSIONFILE)` d=`$(PWD)` \
Julio