xref: /third_party/ltp/testcases/open_posix_testsuite/conformance/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/testcases/open_posix_testsuite/conformance/
1f08c3bdfSopenharmony_ci# SPDX-License-Identifier: GPL-2.0-or-later
2f08c3bdfSopenharmony_ci# Ngie Cooper, June 2010
3f08c3bdfSopenharmony_ci
4f08c3bdfSopenharmony_ci.PHONY: all clean distclean-makefiles install test
5f08c3bdfSopenharmony_ciall clean distclean-makefiles install test:
6f08c3bdfSopenharmony_ci	@for dir in `ls -d */Makefile 2>/dev/null | sed -e 's,/Makefile$$,,g'`; do \
7f08c3bdfSopenharmony_ci		$(MAKE) -C $$dir $@;						   \
8f08c3bdfSopenharmony_ci	done
9

Indexes created Thu Nov 07 10:32:03 CST 2024