File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / rsync / prepare-source.mak
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:32:36 2021 UTC (3 years, 3 months ago) by misho
Branches: rsync, MAIN
CVS tags: v3_2_3, HEAD
rsync 3.2.3

    1: SHELL=/bin/sh
    2: 
    3: conf: configure.sh config.h.in
    4: .PHONY: conf
    5: 
    6: aclocal.m4: m4/*.m4
    7: 	aclocal -I m4
    8: 
    9: configure.sh: configure.ac aclocal.m4
   10: 	autoconf -o configure.sh
   11: 
   12: config.h.in: configure.ac aclocal.m4
   13: 	autoheader && touch config.h.in

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>