File:  [GnuMach] / Gnu-Mach / config.status.dep.patch
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed Sep 2 04:45:01 2020 UTC (5 years, 10 months ago) by root
Branches: MAIN, GNU
CVS tags: HEAD, GNUMach180, GNUMach170, GNUMach160, GNUMach150, GNUMach140
GNU Mach 1.4

--- config.status	2009-10-26 23:57:14.000000000 +0100
+++ config.status.new	2009-10-27 00:04:26.000000000 +0100
@@ -1553,7 +1553,14 @@
 	  s/.*/./; q'`
       as_dir=$dirpart/$fdir; as_fn_mkdir_p
       # echo "creating $dirpart/$file"
-      echo '# dummy' > "$dirpart/$file"
+      # Try to guess what file this dependency file is from...
+      f=$srcdir/`dirname "$fdir"`/`basename "$file" .Po | sed s/lib[^-]\*-//`
+      for f in "$f"*; do
+        case $f in
+	  *.c | *.S) echo "$f"': $(filter-out $(DIST_SOURCES),$(SOURCES))';;
+	  *) echo '# dummy';;
+        esac
+      done > "$dirpart/$file"
     done
   done
 }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.