Ignore:
Timestamp:
Dec 30, 2008, 9:40:33 PM (14 years ago)
Author:
Peter
Message:

remove string: 'generated by make...' from yat-config.in and let make include the string into yat-config. REmoved some make verbosity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build_support/Makefile.am

    r1609 r1685  
    6363
    6464yat-config: Makefile yat-config.in
    65   rm -f $@ $@.tmp
    66   @$(edit) '$(srcdir)/$@.in' >$@.tmp
    67   chmod +x $@.tmp
    68   chmod a-w $@.tmp
    69   mv $@.tmp $@
     65  @rm -f $@ $@.tmp
     66  @$(ECHO) "#! $(SHELL)" > $@.tmp
     67  @$(ECHO) "# generated by make from yat-config.in" >> $@.tmp
     68  @$(edit) '$(srcdir)/$@.in' >>$@.tmp
     69  @chmod +x $@.tmp
     70  @chmod a-w $@.tmp
     71  @mv $@.tmp $@
     72  @echo generating $@
    7073
    7174yat.pc: Makefile yat.pc.in
    72   rm -f $@ $@.tmp
     75  @rm -f $@ $@.tmp
    7376  @$(edit) '$(srcdir)/$@.in' >$@.tmp
    74   chmod a-w $@.tmp
    75   mv $@.tmp $@
     77  @chmod a-w $@.tmp
     78  @mv $@.tmp $@
     79  @echo generating $@
Note: See TracChangeset for help on using the changeset viewer.