diff options
author | Eric Anholt <eric@anholt.net> | 2012-05-15 10:32:43 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2012-06-11 09:28:00 -0700 |
commit | 743e505315b6be851618caed61981d7c1617bf45 (patch) | |
tree | ff3a57bede82c55f3f08a2140afba234b77a64c1 /configs | |
parent | 4038dda6cd84395cb033f0d01bb7b2ba4d09e19d (diff) |
automake: Globally add stub automake targets to the old Makefiles.
I tried to update all the old Makefiles that included the default
config to be sure they had a default target if they didn't previously
have one, since this new all target will always point at it. Almost
everything had one.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/default | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/default b/configs/default index 0f8b09fc2ee..20ba796424f 100644 --- a/configs/default +++ b/configs/default @@ -172,3 +172,16 @@ GLESv2_PC_CFLAGS = VG_PC_REQ_PRIV = VG_PC_LIB_PRIV = VG_PC_CFLAGS = + +# default targets +# this helps reduce the mismatch between our automake Makefiles and the old +# custom Makefiles while we transition. + +all: default + +am--refresh: + +distclean: clean + +check: +test: |