bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

warn-on-use Makefile.am: $$p


From: Sam Steingold
Subject: warn-on-use Makefile.am: $$p
Date: Tue, 16 Mar 2010 15:04:36 -0400
User-agent: Thunderbird 2.0.0.22 (X11/20090625)

modules/warn-on-use has this:

Makefile.am:
BUILT_SOURCES += warn-on-use.h
# The warn-on-use.h that gets inserted into generated .h files is the same as
# build-aux/warn-on-use.h, except that it has the copyright header cut off.
warn-on-use.h: $(build_aux)/warn-on-use.h
        $(AM_V_GEN)rm -f address@hidden $@ && \
        sed -n -e '/^.ifndef/,$$p' \
          < $(build_aux)/warn-on-use.h \
          > address@hidden && \
        mv address@hidden $@
MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t


what is "$$p"?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]