Searched refs:VERSION (Results 1 – 25 of 573) sorted by relevance
12345678910>>...23
| /trueos/contrib/tcsh/ |
| HD | Makefile.std | 11 VERSION=6.12 505 rm -f tcsh-${VERSION}.tar.Z 506 rm -rf tcsh-${VERSION} 507 mkdir tcsh-${VERSION} tcsh-${VERSION}/config 508 cp ${ALLSRCS} tcsh-${VERSION} 509 cp ${CONFSRCS} tcsh-${VERSION}/config 510 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -) 511 tar cvf - tcsh-${VERSION} | compress > tcsh-${VERSION}.tar.Z 512 rm -rf tcsh-${VERSION} 515 rm -f tcsh-${VERSION}.tar.gz [all …]
|
| HD | Makefile.vms | 11 VERSION=6.12 481 rm -f tcsh-${VERSION}.tar.Z 482 rm -rf tcsh-${VERSION} 483 mkdir tcsh-${VERSION} tcsh-${VERSION}/config 484 cp ${ALLSRCS} tcsh-${VERSION} 485 cp ${CONFSRCS} tcsh-${VERSION}/config 486 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -) 487 tar cvf - tcsh-${VERSION} | compress > tcsh-${VERSION}.tar.Z 488 rm -rf tcsh-${VERSION} 491 rm -f tcsh-${VERSION}.tar.gz [all …]
|
| HD | Makefile.in | 11 VERSION=@PACKAGE_VERSION@ 669 rm -f tcsh-${VERSION}.tar.Z 670 rm -rf tcsh-${VERSION} 671 -mkdir tcsh-${VERSION} tcsh-${VERSION}/config tcsh-${VERSION}/tests 672 cp ${ALLSRCS} tcsh-${VERSION} 673 cp ${CONFSRCS} tcsh-${VERSION}/config 674 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -) 675 tar cvf - tcsh-${VERSION} | compress > tcsh-${VERSION}.tar.Z 676 rm -rf tcsh-${VERSION} 679 rm -f tcsh-${VERSION}.tar.gz [all …]
|
| HD | Ported | 19 VERSION : 6.08 35 VERSION : 6.08 46 VERSION : 6.08 57 VERSION : 6.18 68 VERSION : 6.04.13 79 VERSION : 6.07.03 90 VERSION : 6.01.00 103 VERSION : 6.05.06 117 VERSION : 6.08 128 VERSION : 6.07.02 [all …]
|
| HD | Imakefile | 491 VERSION = 6.12 574 rm -f tcsh-${VERSION}.tar.Z 575 rm -rf tcsh-${VERSION} 576 mkdir tcsh-${VERSION} tcsh-${VERSION}/config 577 cp ${ALLSRCS} tcsh-${VERSION} 578 cp ${CONFSRCS} tcsh-${VERSION}/config 579 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -) 580 tar cvf - tcsh-${VERSION} | compress > tcsh-${VERSION}.tar.Z 581 rm -rf tcsh-${VERSION} 584 rm -f tcsh-${VERSION}.tar.gz [all …]
|
| /trueos/contrib/ofed/management/ |
| HD | make.dist | 77 VERSION=`grep "AC_INIT.*$target" $target/configure.in | cut -f 2 -d ',' | sed -e 's/ //g'` 80 if [ -f $TMPDIR/$target-$VERSION.tar.gz ]; then 81 echo "Target $target-$VERSION.tar.gz already exists, please update the version on" 85 if [ ! -z "`git tag -l $target-$VERSION`" ]; then 86 echo "A git tag already exists for $target-$VERSION. Please change the version" 98 git tag -s -m "Auto tag by make.dist on release tarball creation" $target-$VERSION 100 git tag -u "$2" -m "Auto tag by make.dist on release tarball creation" $target-$VERSION 103 git tag -a -m "Auto tag by make.dist on release tarball creation" $target-$VERSION 107 git_rev=`./gen_ver.sh $target | sed -e 's/^'$VERSION'_//'` 108 if [ "$git_rev" = "$VERSION" ] ; then [all …]
|
| /trueos/crypto/openssl/util/ |
| HD | cygwin.sh | 13 VERSION= 26 if [ -z "${VERSION}" ] 69 README_FILE=${README_DIR}/openssl-${VERSION}.README 135 tar cjf libopenssl${SHLIB_VERSION_NUMBER//[!0-9]/}-${VERSION}-${SUBVERSION}.tar.bz2 \ 142 tar cjfT openssl-${VERSION}-${SUBVERSION}.tar.bz2 - 146 tar cjfT openssl-devel-${VERSION}-${SUBVERSION}.tar.bz2 - 148 ls -l openssl-${VERSION}-${SUBVERSION}.tar.bz2 149 ls -l openssl-devel-${VERSION}-${SUBVERSION}.tar.bz2 150 ls -l libopenssl${SHLIB_VERSION_NUMBER//[!0-9]/}-${VERSION}-${SUBVERSION}.tar.bz2
|
| /trueos/crypto/openssh/contrib/aix/ |
| HD | buildbff.sh | 127 VERSION=`./ssh -V 2>&1 | cut -f 1 -d , | cut -f 2 -d _` 128 MAJOR=`echo $VERSION | cut -f 1 -d p | cut -f 1 -d .` 129 MINOR=`echo $VERSION | cut -f 1 -d p | cut -f 2 -d .` 130 PATCH=`echo $VERSION | cut -f 1 -d p | cut -f 3 -d .` 131 PORTABLE=`echo $VERSION | awk 'BEGIN{FS="p"}{print $2}'` 136 echo "Building BFF for $PKGNAME $VERSION (package version $BFFVERSION)" 335 $PKGNAME $BFFVERSION 1 N U en_US OpenSSH $VERSION Portable for AIX 366 echo Creating $PKGNAME-$VERSION.bff with backup... 367 rm -f $PKGNAME-$VERSION.bff 371 ) | backup -i -q -f ../$PKGNAME-$VERSION.bff $filelist [all …]
|
| /trueos/contrib/libpcap/ |
| HD | Makefile.in | 150 $(PROG)-`cat $(srcdir)/VERSION`.tar.gz $(GENSRC) $(GENHDR) \ 244 VERSION \ 359 VER=`cat $(srcdir)/VERSION`; \ 360 MAJOR_VER=`sed 's/\([0-9][0-9]*\)\..*/\1/' $(srcdir)/VERSION`; \ 384 VER=`cat $(srcdir)/VERSION`; \ 387 CURRENT_VER=`sed 's/[^0-9.].*$$//' $(srcdir)/VERSION`; \ 407 @MAJOR_VER=`sed 's/\([0-9][0-9]*\)\..*/\1/' $(srcdir)/VERSION`; \ 409 MAJOR_VER=`sed 's/\([0-9][0-9]*\)\..*/\1/' $(srcdir)/VERSION`; \ 459 version.c: $(srcdir)/VERSION 461 if grep GIT ${srcdir}/VERSION >/dev/null; then \ [all …]
|
| /trueos/contrib/ntp/include/ |
| HD | copyright.def | 16 eval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../version.m4\` 17 [ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid 18 echo $VERSION`;
|
| /trueos/usr.bin/lastcomm/tests/ |
| HD | README | 6 2. Unpack the generated file and rename acct into VERSION-ARCH.acct. 7 3. Run lastcomm -cuseS -f VERSION-ARCH-acct.in | 8 awk '{$4 = ""; print}' >VERSION-ARCH.out. 9 4. Compare the reported values in VERSION-ARCH.out against the
|
| /trueos/sys/tools/ |
| HD | acpi_quirks2h.awk | 37 VERSION = $0; 38 gsub("\^# ", "", VERSION) 39 gsub("\\$", "", VERSION) 46 printf(" * %s\n", VERSION) > OUTPUT;
|
| HD | miidevs2h.awk | 94 VERSION = $0 95 gsub("\\$", "", VERSION) 103 printf(" *\t%s\n", VERSION) > hfile
|
| HD | pccarddevs2h.awk | 93 VERSION = $0 94 gsub("\\$", "", VERSION) 102 printf(" *\t%s\n", VERSION) > hfile
|
| /trueos/contrib/apr-util/ |
| HD | buildconf | 107 VERSION=`echo $REVISION | cut -d- -s -f1` 109 if [ "x$VERSION" = "x" ]; then 110 VERSION=$REVISION 113 sed -e "s/APU_VERSION/$VERSION/" -e "s/APU_RELEASE/$RELEASE/" \
|
| /trueos/contrib/apr/ |
| HD | buildconf | 122 VERSION=`echo $REVISION | cut -d- -s -f1` 124 if [ "x$VERSION" = "x" ]; then 125 VERSION=$REVISION 129 sed -e "s/APR_VERSION/$VERSION/" \
|
| /trueos/usr.sbin/pc-sysinstall/conf/ |
| HD | pc-sysinstall.conf | 79 VERSION="`cat /PCBSDVERSION`" 81 VERSION="UNKNOWN" 84 MIRRORLIST="${NETSERVER}/mirrors-netinstall.php?ver=${VERSION}&arch=${ARCH}"
|
| /trueos/contrib/file/doc/ |
| HD | Makefile.am | 17 -e s@__VERSION__@${VERSION}@g \ 24 -e s@__VERSION__@${VERSION}@g \ 31 -e s@__VERSION__@${VERSION}@g \
|
| /trueos/contrib/ncurses/ |
| HD | dist.mk | 43 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) 69 …(cd ..; tar cvf ncurses-$(VERSION).tar `sed <ncurses-$(VERSION)/MANIFEST 's/^./ncurses-$(VERSION)…
|
| /trueos/lib/libpcap/ |
| HD | Makefile | 118 version.c: ${PCAP_DISTDIR}/VERSION 120 sed 's/.*/char pcap_version[] = "&";/' ${PCAP_DISTDIR}/VERSION > $@ 122 version.h: ${PCAP_DISTDIR}/VERSION 124 sed 's/.*/char pcap_version_string[] = "libpcap version &";/' ${PCAP_DISTDIR}/VERSION > $@
|
| /trueos/sys/boot/powerpc/boot1.chrp/ |
| HD | bootinfo.txt | 4 <VERSION> $FreeBSD$ </VERSION>
|
| /trueos/contrib/libyaml/include/ |
| HD | Makefile.am | 9 …PACKAGE=$(PACKAGE) VERSION=$(VERSION) top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) doxyge…
|
| /trueos/crypto/openssl/ |
| HD | config | 54 [ "$BUILD" ] || VERSION=`(uname -v) 2>/dev/null` || VERSION="unknown" 78 case "x${VERSION}" in 88 case "x${VERSION}" in 104 case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in 234 echo "${MACHINE}-unknown-OpenUNIX${VERSION}"; exit 0 278 echo "ppc-apple-darwin${VERSION}" 281 echo "i686-apple-darwin${VERSION}"
|
| /trueos/contrib/libreadline/examples/rlfe/ |
| HD | Makefile.in | 20 VERSION = @VERSION@ 21 SCREEN = screen-$(VERSION) 54 rlfe-$(VERSION).tar.gz:
|
| /trueos/contrib/tcpdump/ |
| HD | Makefile.in | 217 VERSION \ 315 version.c: $(srcdir)/VERSION 317 if grep GIT ${srcdir}/VERSION >/dev/null; then \ 318 read ver <${srcdir}/VERSION; \ 322 cat ${srcdir}/VERSION; \ 329 $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG).`cat ${srcdir}/VERSION` 344 rm -f $(CLEANFILES) $(PROG)-`cat VERSION`.tar.gz 361 @cwd=`pwd` ; dir=`basename $$cwd` ; name=$(PROG)-`cat VERSION` ; \
|
12345678910>>...23