File: Makefile

package info (click to toggle)
hibernate 1.99-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 780 kB
  • ctags: 61
  • sloc: sh: 2,194; makefile: 58
file content (4 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (7)
1
2
3
4
.PHONY: 00list
00list:
	find . -maxdepth 1 -name Makefile -prune -o -name 00list -prune -o -type f -print \
		| sed -ne 's,\./\(.*\)\.dpatch,\1,p' | sort -n > $@