Module Name: src Committed By: sjg Date: Sat Feb 27 00:13:21 UTC 2016
Modified Files: src/usr.bin/make: meta.c Log Message: Let makefiles decide if depend file gets a meta file To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/usr.bin/make/meta.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/make/meta.c diff -u src/usr.bin/make/meta.c:1.47 src/usr.bin/make/meta.c:1.48 --- src/usr.bin/make/meta.c:1.47 Thu Feb 18 20:33:40 2016 +++ src/usr.bin/make/meta.c Sat Feb 27 00:13:21 2016 @@ -1,4 +1,4 @@ -/* $NetBSD: meta.c,v 1.47 2016/02/18 20:33:40 sjg Exp $ */ +/* $NetBSD: meta.c,v 1.48 2016/02/27 00:13:21 sjg Exp $ */ /* * Implement 'meta' mode. @@ -6,7 +6,7 @@ * --sjg */ /* - * Copyright (c) 2009-2010, Juniper Networks, Inc. + * Copyright (c) 2009-2016, Juniper Networks, Inc. * Portions Copyright (c) 2009, John Birrell. * * Redistribution and use in source and binary forms, with or without @@ -472,9 +472,6 @@ meta_create(BuildMon *pbm, GNode *gn) fflush(stdout); - if (strcmp(cp, makeDependfile) == 0) - goto out; - if (!writeMeta) /* Don't create meta data. */ goto out;