Skip to content

Commit

Permalink
Clean files associated with static linking
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbergstrom committed Mar 19, 2014
1 parent f7aa6e3 commit 020db41
Show file tree
Hide file tree
Showing 24 changed files with 30 additions and 30 deletions.
14 changes: 7 additions & 7 deletions mk/clean.mk
Expand Up @@ -27,29 +27,29 @@ clean-fast: $(DEPS_CLEAN_TARGETS_FAST) clean-servo

clean-util:
@$(call E, "cleaning util")
$(Q)cd $(B)/src/components/util/ && rm -rf libutil*.dylib libutil*.dSYM libutil*.so $(DONE_util)
$(Q)cd $(B)/src/components/util/ && rm -rf libutil*.dylib libutil*.rlib libutil*.dSYM libutil*.so $(DONE_util)

clean-msg:
@$(call E, "cleaning msg")
$(Q)cd $(B)/src/components/msg/ && rm -rf libmsg*.dylib libmsg*.dSYM libmsg*.so $(DONE_msg)
$(Q)cd $(B)/src/components/msg/ && rm -rf libmsg*.dylib libmsg*.rlib libmsg*.dSYM libmsg*.so $(DONE_msg)

clean-net:
@$(call E, "cleaning net")
$(Q)cd $(B)/src/components/net/ && rm -rf libnet*.dylib libnet*.dSYM libnet*.so $(DONE_net)
$(Q)cd $(B)/src/components/net/ && rm -rf libnet*.dylib libnet*.rlib libnet*.dSYM libnet*.so $(DONE_net)

clean-gfx:
@$(call E, "cleaning gfx")
$(Q)cd $(B)/src/components/gfx/ && rm -rf libgfx*.dylib libgfx*.dSYM libgfx*.so $(DONE_gfx)
$(Q)cd $(B)/src/components/gfx/ && rm -rf libgfx*.dylib libgfx*.rlib libgfx*.dSYM libgfx*.so $(DONE_gfx)

clean-script:
@$(call E, "cleaning script")
$(Q)cd $(B)/src/components/script/ && rm -rf libscript*.dylib libscript*.dSYM libscript*.so $(DONE_script) && find $(S)/src/components/script/ -name \*.pyc -delete
$(Q)cd $(B)/src/components/script/ && rm -rf libscript*.dylib libscript*.rlib libscript*.dSYM libscript*.so $(DONE_script) && find $(S)/src/components/script/ -name \*.pyc -delete

clean-style:
@$(call E, "cleaning style")
$(Q)cd $(B)/src/components/style/ && rm -rf libstyle*.dylib libstyle*.dSYM libstyle*.so $(DONE_style)
$(Q)cd $(B)/src/components/style/ && rm -rf libstyle*.dylib libstyle*.rlib libstyle*.dSYM libstyle*.so $(DONE_style)

clean-servo: clean-gfx clean-util clean-net clean-script clean-msg clean-style
@$(call E, "cleaning servo")
$(Q)rm -f servo servo-test $(foreach lib_crate,$(SERVO_LIB_CRATES),servo-test-$(lib_crate)) libservo*.so
$(Q)rm -f servo servo-test $(foreach lib_crate,$(SERVO_LIB_CRATES),servo-test-$(lib_crate)) libservo*.so libservo*.a
$(Q)cd $(BINDINGS_SRC) && rm -f *.pkl *.rs
2 changes: 1 addition & 1 deletion src/platform/linux/rust-fontconfig
2 changes: 1 addition & 1 deletion src/platform/linux/rust-xlib
2 changes: 1 addition & 1 deletion src/platform/macos/rust-cocoa
2 changes: 1 addition & 1 deletion src/platform/macos/rust-core-foundation
2 changes: 1 addition & 1 deletion src/platform/macos/rust-core-graphics
2 changes: 1 addition & 1 deletion src/platform/macos/rust-core-text
2 changes: 1 addition & 1 deletion src/platform/macos/rust-io-surface
2 changes: 1 addition & 1 deletion src/support/alert/rust-alert
2 changes: 1 addition & 1 deletion src/support/azure/rust-azure
2 changes: 1 addition & 1 deletion src/support/css/rust-cssparser
2 changes: 1 addition & 1 deletion src/support/egl/rust-egl
2 changes: 1 addition & 1 deletion src/support/geom/rust-geom
2 changes: 1 addition & 1 deletion src/support/glfw/glfw-rs
2 changes: 1 addition & 1 deletion src/support/glut/rust-glut
2 changes: 1 addition & 1 deletion src/support/harfbuzz/rust-harfbuzz
2 changes: 1 addition & 1 deletion src/support/http/rust-http
2 changes: 1 addition & 1 deletion src/support/hubbub/rust-hubbub
2 changes: 1 addition & 1 deletion src/support/layers/rust-layers
2 changes: 1 addition & 1 deletion src/support/opengles/rust-opengles
2 changes: 1 addition & 1 deletion src/support/png/rust-png
2 changes: 1 addition & 1 deletion src/support/sharegl/sharegl
2 changes: 1 addition & 1 deletion src/support/spidermonkey/rust-mozjs
2 changes: 1 addition & 1 deletion src/support/stb-image/rust-stb-image

5 comments on commit 020db41

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from metajack
at larsbergstrom@020db41

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging larsbergstrom/servo/clean_rlib = 020db41 into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

larsbergstrom/servo/clean_rlib = 020db41 merged ok, testing candidate = 6040271

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 6040271

Please sign in to comment.