0001-no-check_config.patch 899 B

1234567891011121314151617181920212223
  1. Makefile: do not use check_config
  2. test(1) only uses the second to compare two files dates.
  3. test(1) also does a strict comparison wrt. dates.
  4. But, on very fast systems, the configure and .config.mk
  5. files may be created in the same second, and so would lead
  6. to a false comparison of the files' dates.
  7. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
  8. diff -durN tvheadend-c84bc2b72b462ef2dbed305f3fd0bb3fa5046fc3.orig/Makefile tvheadend-c84bc2b72b462ef2dbed305f3fd0bb3fa5046fc3/Makefile
  9. --- tvheadend-c84bc2b72b462ef2dbed305f3fd0bb3fa5046fc3.orig/Makefile 2014-03-09 14:47:43.780025330 +0100
  10. +++ tvheadend-c84bc2b72b462ef2dbed305f3fd0bb3fa5046fc3/Makefile 2014-03-09 14:48:40.836539093 +0100
  11. @@ -710,7 +710,7 @@
  12. $(ROOTDIR)/configure $(CONFIGURE_ARGS)
  13. # Binary
  14. -${PROG}: .config.mk make_webui $(OBJS)
  15. +${PROG}: make_webui $(OBJS)
  16. $(pCC) -o $@ $(OBJS) $(CFLAGS) $(LDFLAGS)
  17. # Object