Changeset ac40fdf


Ignore:
Timestamp:
Jun 7, 2009, 6:35:59 PM (15 years ago)
Author:
Geoffrey Thomas <geofft@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
d1ae4a4
Parents:
48f7d12
git-author:
Karl Ramm <kcr@1ts.org> (06/07/09 18:13:00)
git-committer:
Geoffrey Thomas <geofft@mit.edu> (06/07/09 18:35:59)
Message:
Makefile: Display what changed in owl_prototypes.h.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    rfd8dfe7 rac40fdf  
    100100owl_prototypes.h: codelist.pl varstubs.c $(BASE_SRCS)
    101101        perl codelist.pl > owl_prototypes.h.new
    102         @cmp -s owl_prototypes.h.new $@ || { \
     102        @diff -U0 $@ owl_prototypes.h.new || { \
    103103         test -f $@ && echo 'Interfaces changed!'; \
    104104         echo mv -f owl_prototypes.h.new $@; \
Note: See TracChangeset for help on using the changeset viewer.