Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved debian packaging - cleaning and deps #39

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

marmistrz
Copy link

As the title says - minor changes

@@ -61,6 +61,7 @@ clean:
-rm -f build-$(DEB_HOST_ARCH)-stamp
-rm -f configure-$(DEB_HOST_ARCH)-stamp
-rm -rf $(DEST_OBJ_DIR)
rm -rf objdir-armel
Copy link
Owner

Choose a reason for hiding this comment

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

Can we make it less arch dependent?
why rm -rf $(DEST_OBJ_DIR) does not work here?

Copy link
Author

Choose a reason for hiding this comment

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

Well, in debian/rules:

test:
echo $(DEST_OBJ_DIR)

debian/rules test
echo objdir-
objdir-

Copy link
Collaborator

Choose a reason for hiding this comment

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

rm -rf $(DEST_OBJ_DIR)$(DEB_HOST_ARCH) then?

Copy link
Author

Choose a reason for hiding this comment

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

OK, sorry, my mistake. Copied from xulrunner package, where the clean statement is missing. Here works. Gonna fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants