diff options
author | Hao Liu <haoli@redhat.com> | 2023-03-16 19:06:10 +0100 |
---|---|---|
committer | Hao Liu <haoli@redhat.com> | 2023-03-17 04:37:30 +0100 |
commit | ae0d86868136ad82811352d6b2bc6ab55222b44f (patch) | |
tree | 492b13256ee2de850e03b6085a176a91bc85b30d /Makefile | |
parent | Refine UI_NEXT Makefile and update README (diff) | |
download | awx-ae0d86868136ad82811352d6b2bc6ab55222b44f.tar.xz awx-ae0d86868136ad82811352d6b2bc6ab55222b44f.zip |
make dev-env test pass
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -420,7 +420,7 @@ ui-devel: awx/ui/node_modules cp -r awx/ui/build/static/css/* /var/lib/awx/public/static/css; \ cp -r awx/ui/build/static/js/* /var/lib/awx/public/static/js; \ cp -r awx/ui/build/static/media/* /var/lib/awx/public/static/media; \ - fi + fi ui-devel-instrumented: awx/ui/node_modules $(NPM_BIN) --prefix awx/ui --loglevel warn run start-instrumented @@ -655,13 +655,7 @@ help/generate: { lastLine = $$0 }' $(MAKEFILE_LIST) | sort -u @printf "\n" -## Display help for a specific target folder -help/%: - @make -s help MAKEFILE_LIST="$*/Makefile" - +## Display help for ui-next targets help/ui-next: @make -s help MAKEFILE_LIST="awx/ui_next/Makefile" -## Display help for a specific target folder -help/%/aliases: - @make -s help/all MAKEFILE_LIST="$*/Makefile.aliases" |