mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
WebUI: remove creating js/libs symlink from makefile
This patchset returns back js directory with its symlinks into the repository so it does not need to be created during build. https://pagure.io/freeipa/issue/6447 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
parent
0ee7db75e4
commit
4eb37d7436
@ -238,12 +238,7 @@ $(top_builddir)/install/ui/src/libs/loader.js:
|
||||
# create temporary symlinks to allow jslint to find libs/loader.js
|
||||
jslint-ui: $(top_builddir)/install/ui/src/libs/loader.js
|
||||
cd $(top_srcdir)/install/ui; \
|
||||
$(MKDIR_P) js; \
|
||||
rm -f js/libs; \
|
||||
$(LN_S) ../src/libs js/libs; \
|
||||
jsl -nologo -nosummary -nofilelisting -conf jsl.conf; \
|
||||
rm js/libs; \
|
||||
rmdir js
|
||||
jsl -nologo -nosummary -nofilelisting -conf jsl.conf;
|
||||
|
||||
jslint-ui-test:
|
||||
cd $(top_srcdir)/install/ui/test; \
|
||||
|
Loading…
Reference in New Issue
Block a user