diff --git a/client.mk b/client.mk index 0705d06641849..19f4e66a33b57 100644 --- a/client.mk +++ b/client.mk @@ -339,16 +339,13 @@ echo-variable-%: # in parallel. .NOTPARALLEL: -.PHONY: checkout \ - real_checkout \ +.PHONY: \ realbuild \ build \ profiledbuild \ - pull_all \ build_all \ clobber \ clobber_all \ - pull_and_build_all \ configure \ preflight_all \ postflight_all \ diff --git a/config/rules.mk b/config/rules.mk index 792299dca3dc0..b8fca1258e1f7 100644 --- a/config/rules.mk +++ b/config/rules.mk @@ -543,9 +543,6 @@ endif # NO_PROFILE_GUIDED_OPTIMIZE ############################################## -checkout: - $(MAKE) -C $(topsrcdir) -f client.mk checkout - clean clobber realclean clobber_all:: -$(RM) $(ALL_TRASH) -$(RM) -r $(ALL_TRASH_DIRS) @@ -1548,7 +1545,7 @@ endif # Fake targets. Always run these rules, even if a file/directory with that # name already exists. # -.PHONY: all alltags boot checkout chrome realchrome clean clobber clobber_all export install libs makefiles realclean run_apprunner tools $(DIRS) FORCE +.PHONY: all alltags boot chrome realchrome clean clobber clobber_all export install libs makefiles realclean run_apprunner tools $(DIRS) FORCE # Used as a dependency to force targets to rebuild FORCE: