mirror of
https://github.com/huo-ju/photoprism-freebsd-port.git
synced 2025-12-12 18:00:18 +01:00
15 lines
541 B
Plaintext
15 lines
541 B
Plaintext
--- Makefile.orig 2022-06-04 15:19:27.618006000 -0400
|
|
+++ Makefile 2022-06-04 15:22:49.855792000 -0400
|
|
@@ -140,11 +140,6 @@
|
|
generate:
|
|
go generate ./pkg/... ./internal/...
|
|
go fmt ./pkg/... ./internal/...
|
|
- # revert unnecessary pot file change
|
|
- POT_UNCHANGED='1 file changed, 1 insertion(+), 1 deletion(-)'
|
|
- @if [ ${$(shell git diff --shortstat assets/locales/messages.pot):1:45} == $(POT_UNCHANGED) ]; then\
|
|
- git checkout -- assets/locales/messages.pot;\
|
|
- fi
|
|
clean-local-assets:
|
|
rm -rf $(BUILD_PATH)/assets/*
|
|
clean-local-cache:
|