File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -290,13 +290,6 @@ check-gitlint: $(filter $(ALT_BIN)%,$(GITLINT))
290
290
$(GITLINT ) -C .gitlint --commits origin/master.. lint
291
291
.PHONY : check-gitlint
292
292
293
- # ## Misc. Rules ###
294
-
295
- clean : clean-buildfiles clean-altbin
296
- clean-buildfiles :
297
- $(RM ) $(BUILDFILE_PREFIX ) *
298
- .PHONY : clean clean-buildfiles
299
-
300
293
# _img_build is an "internal" rule to make the building of samba-container
301
294
# images regular and more "self documenting". A makefile.foo that includes
302
295
# this Makefile can add build rules using _img_build as a building block.
@@ -329,6 +322,16 @@ $(DIR)/.common: $(COMMON_DIR)
329
322
$(ALT_BIN ) /% :
330
323
$(CURDIR ) /hack/install-tools.sh --$* $(ALT_BIN )
331
324
325
+
326
+
327
+ # ## Misc. Rules ###
328
+
329
+ clean : clean-buildfiles clean-altbin
330
+ .PHONY : clean
331
+ clean-buildfiles :
332
+ $(RM ) $(BUILDFILE_PREFIX ) *
333
+ .PHONY : clean-buildfiles
332
334
clean-altbin :
333
335
$(RM ) -r $(ALT_BIN )
334
336
.PHONY : clean-altbin
337
+
You can’t perform that action at this time.
0 commit comments