[mythtv-commits] Ticket #9111: [PATCH] mythtv Makefile

MythTV mythtv at cvs.mythtv.org
Mon Oct 18 14:22:08 UTC 2010


#9111: [PATCH] mythtv Makefile
----------------------------------+-----------------------------------------
 Reporter:  lvr@…                 |            Type:  patch           
   Status:  new                   |        Priority:  minor           
Milestone:  unknown               |       Component:  MythTV - General
  Version:  Unspecified           |        Severity:  medium          
 Keywords:  makefile              |   Ticket locked:  0               
----------------------------------+-----------------------------------------
 The top level Makefile for mythtv contains a trivial syntax error, using
 the shell variable PWD instead of the make variable CURDIR.  This normally
 isn't an issue except when building packages in a minimal sh environment.

 --- mythtv/Makefile     (revision 26832)
 +++ mythtv/Makefile     (working copy)
 @@ -27,7 +27,7 @@
         $(error run configure to create $@)

  version.cpp:   libs/libmythdb/mythversion.h
 -       sh version.sh $(PWD)
 +       sh version.sh $(CURDIR)

  # explicit subdir dependencies
  libs: external/FFmpeg

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/9111>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list