]> git.proxmox.com Git - pve-http-server.git/commit
buildsys: fix dependencies for bootstrap files
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 May 2019 19:37:12 +0000 (21:37 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 May 2019 19:41:37 +0000 (21:41 +0200)
commit80a258900b4d8edea4f14f0ed33bcb4fe744a5bb
tree44f2dfa57eb16c442fbec87527b9d74f6ed3e139
parenta94e0490c7c164e22898cfde3ac9cb47ca81232d
buildsys: fix dependencies for bootstrap files

avoid removing and unzipping the bootstrap source archive as many
times as ${BTDATA} has file entries, add an intermediate target for
the directory, which is the producer for all those BTDATA files, and
that directory then depends on the zip archive.

I mean, it would be even better to just use the libjs-bootstrap
package (and jQuery for that matter) but that a little bigger change
for now

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile